remove TailingIterator reference in db_impl.h

Summary: as title

Test Plan: make release

Reviewers: igor

Differential Revision: https://reviews.facebook.net/D23073
main
Lei Jin 10 years ago
parent 9b0f7ffa1c
commit 171d4ff4a2
  1. 1
      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;

Loading…
Cancel
Save