From 171d4ff4a29fec153d9e53d44bb39657044927a7 Mon Sep 17 00:00:00 2001 From: Lei Jin Date: Mon, 8 Sep 2014 15:39:53 -0700 Subject: [PATCH] remove TailingIterator reference in db_impl.h Summary: as title Test Plan: make release Reviewers: igor Differential Revision: https://reviews.facebook.net/D23073 --- db/db_impl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/db/db_impl.h b/db/db_impl.h index c2bb48597..4d6ba0495 100644 --- a/db/db_impl.h +++ b/db/db_impl.h @@ -316,7 +316,6 @@ class DBImpl : public DB { friend class DB; friend class InternalStats; #ifndef ROCKSDB_LITE - friend class TailingIterator; friend class ForwardIterator; #endif friend struct SuperVersion;