summaryrefslogtreecommitdiff
path: root/src/codec/forst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/forst.h')
-rw-r--r--src/codec/forst.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/codec/forst.h b/src/codec/forst.h
deleted file mode 100644
index cadf78e..0000000
--- a/src/codec/forst.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "data.h"
-
-namespace saw {
-namespace encode {
-struct KelForst {};
-}
-
-class data<schema::String, encode::KelForst> {
-
-};
-}