aboutsummaryrefslogtreecommitdiff
path: root/include/Permission.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Permission.hpp')
-rw-r--r--include/Permission.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/Permission.hpp b/include/Permission.hpp
deleted file mode 100644
index a6a16c3..0000000
--- a/include/Permission.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include "types.hpp"
-
-namespace odhtdb
-{
- enum class Permission : u8
- {
- NONE,
- READ,
- WRITE,
- READ_WRITE
- };
-} \ No newline at end of file