summaryrefslogtreecommitdiffstats
path: root/include/shard
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-06-13 13:56:47 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2023-06-13 13:56:47 -0400
commit7559704587aa2c77ad4193bd54ec41412a14bb4b (patch)
tree350f30efb702fce23e0c45f852a48112a5c26de7 /include/shard
parentfc1a33a205d8ded47c933fe2d2c4a0a9b454a4d3 (diff)
downloaddynamic-extension-7559704587aa2c77ad4193bd54ec41412a14bb4b.tar.gz
MemISAM: Removed friend relationship with InternalLevel
Diffstat (limited to 'include/shard')
-rw-r--r--include/shard/MemISAM.h1
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>;