aboutsummaryrefslogtreecommitdiff
path: root/leveldb-1.18/util/filter_policy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'leveldb-1.18/util/filter_policy.cc')
-rw-r--r--leveldb-1.18/util/filter_policy.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/leveldb-1.18/util/filter_policy.cc b/leveldb-1.18/util/filter_policy.cc
new file mode 100644
index 0000000..7b045c8
--- /dev/null
+++ b/leveldb-1.18/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