summaryrefslogtreecommitdiff
path: root/src/expand/macro_rules.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-06-04 13:21:22 +0800
committerJohn Hodge <tpg@mutabah.net>2018-06-04 13:21:22 +0800
commit42bdc18d4ba8f9fd19109050eb83bb6615539a75 (patch)
tree88501e01485038ad879160383b60c2e02b97f96e /src/expand/macro_rules.hpp
parent8d99deade68a9c995101fd5944f9011fcf3dccc7 (diff)
downloadmrust-42bdc18d4ba8f9fd19109050eb83bb6615539a75.tar.gz
All - Ensure that all files have a header comment, remove some dead code
Diffstat (limited to 'src/expand/macro_rules.hpp')
-rw-r--r--src/expand/macro_rules.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/expand/macro_rules.hpp b/src/expand/macro_rules.hpp
deleted file mode 100644
index 00332dd5..00000000
--- a/src/expand/macro_rules.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Binding header for the macro_rules syntax extension
- */
-#pragma once
-
-#include <synext.hpp>
-
-namespace AST {
- class Expr;
- class Module;
-}
-class TokenTree;
-class TokenStream;
-class MacroRules;