From 7559704587aa2c77ad4193bd54ec41412a14bb4b Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 13 Jun 2023 13:56:47 -0400 Subject: MemISAM: Removed friend relationship with InternalLevel --- include/shard/MemISAM.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 class MemISAM { private: - friend class InternalLevel; friend class IRSQuery; friend class IRSQuery; -- cgit v1.2.3