remove TailingIterator reference in db_impl.h

Summary: as title

Test Plan: make release

Reviewers: igor

Differential Revision: https://reviews.facebook.net/D23073
This commit is contained in:
Lei Jin 2014-09-08 15:39:53 -07:00
parent 9b0f7ffa1c
commit 171d4ff4a2

View File

@ -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;