summaryrefslogtreecommitdiffhomepage
path: root/src/handle-fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle-fwd.hpp')
-rw-r--r--src/handle-fwd.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/handle-fwd.hpp b/src/handle-fwd.hpp
index 79fa76e9..3e010f6d 100644
--- a/src/handle-fwd.hpp
+++ b/src/handle-fwd.hpp
@@ -13,16 +13,9 @@ struct Handle final
uint32_t index = (uint32_t)-1;
uint32_t counter = 0;
-#if 0
- using Obj = OBJ;
- static constexpr auto PageSize = PAGE_SIZE;
-#endif
-
const OBJ& get() const;
OBJ& get();
-
bool operator==(const Handle& other) const noexcept;
-
explicit operator bool() const noexcept;
private: