aboutsummaryrefslogtreecommitdiff
path: root/src/LocalUser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LocalUser.cpp')
-rw-r--r--src/LocalUser.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/LocalUser.cpp b/src/LocalUser.cpp
deleted file mode 100644
index 950c953..0000000
--- a/src/LocalUser.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "../include/odhtdb/LocalUser.hpp"
-
-namespace odhtdb
-{
- LocalUser::LocalUser(const Signature::KeyPair &_keyPair, Group *group) :
- User(User::Type::LOCAL, group),
- keyPair(_keyPair)
- {
-
- }
-}