aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/include')
-rw-r--r--src/zenstore/include/zenstore/gc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/zenstore/include/zenstore/gc.h b/src/zenstore/include/zenstore/gc.h
index 0251aeb05..4c709b8a2 100644
--- a/src/zenstore/include/zenstore/gc.h
+++ b/src/zenstore/include/zenstore/gc.h
@@ -16,8 +16,6 @@
#include <span>
#include <thread>
-#define ZEN_USE_REF_TRACKING 0 // This is not currently functional
-
namespace spdlog {
class logger;
}
@@ -153,12 +151,6 @@ public:
const DiskWriteBlocker* GetDiskWriteBlocker() { return m_DiskWriteBlocker; }
void SetDiskWriteBlocker(const DiskWriteBlocker* Monitor) { m_DiskWriteBlocker = Monitor; }
-#if ZEN_USE_REF_TRACKING
- void OnNewCidReferences(std::span<IoHash> Hashes);
- void OnCommittedCidReferences(std::span<IoHash> Hashes);
- void OnDroppedCidReferences(std::span<IoHash> Hashes);
-#endif
-
private:
spdlog::logger& Log() { return m_Log; }
spdlog::logger& m_Log;