1
0
Fork 0

get rid of compile warning

This commit is contained in:
jsteemann 2017-03-29 01:03:07 +02:00
parent 00bea4f93c
commit fcd54f7a17
1 changed files with 3 additions and 0 deletions

View File

@ -57,10 +57,13 @@ namespace {
static std::string const Empty;
#if 0
// currently unused. remove?
static rocksdb::TransactionDB* db() {
StorageEngine* engine = EngineSelectorFeature::ENGINE;
return static_cast<RocksDBEngine*>(engine)->db();
}
#endif
static inline rocksdb::Transaction* rocksTransaction(
arangodb::transaction::Methods* trx) {