From 5a8727e34b938b70623ca865273fd81c7604b461 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 13 Mar 2018 06:26:06 +0100 Subject: Expose include dir --- include/Key.hpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 include/Key.hpp (limited to 'include/Key.hpp') 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 - -namespace odhtdb -{ - class Key - { - public: - Key() {} - Key(const char *key) : hashedKey(dht::InfoHash::get(key)) {} - - dht::InfoHash hashedKey; - }; -} -- cgit v1.2.3