aboutsummaryrefslogtreecommitdiff
path: root/util/filter_policy.cc
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-09 22:00:01 +0800
committerKunoiSayami <[email protected]>2021-11-09 22:00:01 +0800
commit9907b61c574baf0747747f1c512f7cdd88ebed25 (patch)
tree358acb09ff8d7b0589a63b8a810e6082046877fe /util/filter_policy.cc
init
Diffstat (limited to 'util/filter_policy.cc')
-rw-r--r--util/filter_policy.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/filter_policy.cc b/util/filter_policy.cc
new file mode 100644
index 0000000..90fd754
--- /dev/null
+++ b/util/filter_policy.cc
@@ -0,0 +1,11 @@
+// Copyright (c) 2012 The LevelDB Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file. See the AUTHORS file for names of contributors.
+
+#include "leveldb/filter_policy.h"
+
+namespace leveldb {
+
+FilterPolicy::~FilterPolicy() {}
+
+} // namespace leveldb