mdbx: drop MDB_MAXKEYSIZE.

This commit is contained in:
Leo Yuriev
2017-03-31 16:20:05 +03:00
parent cb6ac8912f
commit f8eb858ef3
4 changed files with 35 additions and 69 deletions

View File

@@ -693,7 +693,7 @@ void mdbx_panic(const char *fmt, ...)
#define mdbx_debug_enabled(type) (1)
#else
#define mdbx_debug_enabled(type) (0)
#endif
#endif /* NDEBUG */
#define mdbx_audit_enabled() (0)
#define mdbx_assert_enabled() (0)
#endif /* MDB_DEBUG */