filter_policy.cc 332 B

1234567891011
  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.
  4. #include "leveldb/filter_policy.h"
  5. namespace leveldb {
  6. FilterPolicy::~FilterPolicy() {}
  7. } // namespace leveldb