doc: Add getreceivedbyaddress release notes
[bitcoinplatinum.git] / src / leveldb / util / filter_policy.cc
blob7b045c8c91d6f6d600308e50966ccf56e53638bf
1 // Copyright (c) 2012 The LevelDB Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
5 #include "leveldb/filter_policy.h"
7 namespace leveldb {
9 FilterPolicy::~FilterPolicy() { }
11 } // namespace leveldb