summaryrefslogtreecommitdiffhomepage
path: root/dev/base/EncryptFS/src/Key.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/base/EncryptFS/src/Key.cxx')
-rw-r--r--dev/base/EncryptFS/src/Key.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev/base/EncryptFS/src/Key.cxx b/dev/base/EncryptFS/src/Key.cxx
deleted file mode 100644
index 166d04b3..00000000
--- a/dev/base/EncryptFS/src/Key.cxx
+++ /dev/null
@@ -1,12 +0,0 @@
-/* -------------------------------------------
-
- Copyright ZKA Technologies.
-
-------------------------------------------- */
-
-#include <new>
-#include <cstddef>
-#include <cstdint>
-
-typedef int32_t efs_encrypt_token_t;
-typedef void* efs_encrypted_blob_t;