summaryrefslogtreecommitdiff
path: root/src/descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/descriptor.h')
-rw-r--r--src/descriptor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/descriptor.h b/src/descriptor.h
deleted file mode 100644
index 4ef41e5..0000000
--- a/src/descriptor.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-namespace kel {
-template<uint16_t D, uint16_t Q, typename... T>
-class descriptor {};
-}