summaryrefslogtreecommitdiffhomepage
path: root/bnf.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-03-28 22:27:01 +0100
committerRoland Reichwein <mail@reichwein.it>2020-03-28 22:27:01 +0100
commitee18ec019ef6f0ef9d7cd3b4cf0314291814cab0 (patch)
tree5f23e0bce52e24c3c04825ad008ec74a5e722a1c /bnf.h
parent7fdcbd50a35c17e8ea7d88fbcaa3080ee44351b3 (diff)
Add ELF handling (WIP)
Diffstat (limited to 'bnf.h')
-rw-r--r--bnf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bnf.h b/bnf.h
index 9244b4d..148b6d1 100644
--- a/bnf.h
+++ b/bnf.h
@@ -7,8 +7,6 @@
#include <utility>
#include <vector>
-using namespace std::string_literals;
-
using BNF = std::unordered_map<std::string, std::vector<std::vector<std::string>>>;
std::unordered_map<std::string, std::set<std::string>> Reverse(BNF bnf); // unused now, remove?