summaryrefslogtreecommitdiff
path: root/db/write_batch_internal.h
diff options
context:
space:
mode:
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);