summaryrefslogtreecommitdiffhomepage
path: root/dfa.h
diff options
context:
space:
mode:
Diffstat (limited to 'dfa.h')
-rw-r--r--dfa.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/dfa.h b/dfa.h
deleted file mode 100644
index 8917433..0000000
--- a/dfa.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-namespace {
-};
-
-// deterministic finite automaton
-class DFA {
-public:
- DFA(){}
-};