mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
git-subtree-dir: src/hyperleveldb git-subtree-split: ac2ae3029dd9c4ed6401c57eef7e1d84b2007bca
12 lines
351 B
C++
12 lines
351 B
C++
// 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 "../hyperleveldb/filter_policy.h"
|
|
|
|
namespace hyperleveldb {
|
|
|
|
FilterPolicy::~FilterPolicy() { }
|
|
|
|
} // namespace hyperleveldb
|