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