summaryrefslogtreecommitdiff
path: root/db/write_batch_internal.h
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-04-20 22:48:11 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-04-20 22:48:11 +0000
commitba6dac0e809b249532a7465f71a00ccda307161d (patch)
tree9aa494c1bb1bbbefba5bf12c520941dbe4abfec1 /db/write_batch_internal.h
parent69c6d38342a1fab5f7f2921aa2e9c0e60ba90e35 (diff)
downloadleveldb-ba6dac0e809b249532a7465f71a00ccda307161d.tar.gz
@20776309
* env_chromium.cc should not export symbols. * Fix MSVC warnings. * Removed large value support. * Fix broken reference to documentation file git-svn-id: https://leveldb.googlecode.com/svn/trunk@24 62dab493-f737-651d-591e-8d6aee1b9529
Diffstat (limited to 'db/write_batch_internal.h')
-rw-r--r--db/write_batch_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/db/write_batch_internal.h b/db/write_batch_internal.h
index ea28e2d..ab0a823 100644
--- a/db/write_batch_internal.h
+++ b/db/write_batch_internal.h
@@ -13,10 +13,6 @@ namespace leveldb {
// WriteBatch that we don't want in the public WriteBatch interface.
class WriteBatchInternal {
public:
- static void PutLargeValueRef(WriteBatch* batch,
- const Slice& key,
- const LargeValueRef& large_ref);
-
// Return the number of entries in the batch.
static int Count(const WriteBatch* batch);