diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/shard/MemISAM.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/shard/MemISAM.h b/include/shard/MemISAM.h index 2b6e3df..b73d6fa 100644 --- a/include/shard/MemISAM.h +++ b/include/shard/MemISAM.h @@ -53,7 +53,6 @@ struct IRSBufferState { template <RecordInterface R> class MemISAM { private: - friend class InternalLevel; friend class IRSQuery<R, true>; friend class IRSQuery<R, false>; |