Summary: The previous release 2.4 had a mapping to alias the older namespace to rocksdb. This mapping is not needed in the new release. Test Plan: make check make release Reviewers: emayanke Reviewed By: emayanke CC: leveldb Differential Revision: https://reviews.facebook.net/D13359main
parent
cbf4a06427
commit
3c37955a2f
@ -1,9 +0,0 @@ |
||||
// Copyright (c) 2013 Facebook.
|
||||
|
||||
#pragma once |
||||
|
||||
//
|
||||
// This is for backward compatibility with applications that use the
|
||||
// 'leveldb' namespace. This file will be deleted in a future release.
|
||||
//
|
||||
namespace leveldb = rocksdb; |
Loading…
Reference in new issue