Skip to content

Commit

Permalink
remove TailingIterator reference in db_impl.h
Browse files Browse the repository at this point in the history
Summary: as title

Test Plan: make release

Reviewers: igor

Differential Revision: https://reviews.facebook.net/D23073
  • Loading branch information
Lei Jin committed Sep 8, 2014
1 parent 9b0f7ff commit 171d4ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/db_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 171d4ff

Please sign in to comment.