Removed unused function.
FossilOrigin-Name: 2fb7bcce8b896669ae1309945e38761d5141c317e7dd725466fe5b4b0c7df6e4
This commit is contained in:
parent
d8cd2f566c
commit
3cc4fe1e02
1 changed files with 0 additions and 10 deletions
|
|
@ -101,16 +101,6 @@ rmdbx_closed_p( VALUE self )
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
* Check if a given +flag+ is enabled for flag +val+.
|
||||
*/
|
||||
int
|
||||
rmdbx_flag_enabled( val, flag )
|
||||
{
|
||||
return ( val & flag ) == flag;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Given a ruby string +key+ and a pointer to an MDBX_val, prepare the
|
||||
* key for usage within mdbx. All keys are explicitly converted to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue