aboutsummaryrefslogtreecommitdiff
path: root/include/Key.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Key.hpp')
-rw-r--r--include/Key.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/Key.hpp b/include/Key.hpp
deleted file mode 100644
index 18971d1..0000000
--- a/include/Key.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include <opendht/infohash.h>
-
-namespace odhtdb
-{
- class Key
- {
- public:
- Key() {}
- Key(const char *key) : hashedKey(dht::InfoHash::get(key)) {}
-
- dht::InfoHash hashedKey;
- };
-}