mirror of https://gitee.com/bigwinds/arangodb
get rid of compile warning
This commit is contained in:
parent
00bea4f93c
commit
fcd54f7a17
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue