summaryrefslogtreecommitdiff
path: root/src/expand/derive.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2016-10-31 13:35:22 +0800
committerJohn Hodge <tpg@ucc.asn.au>2016-10-31 13:44:33 +0800
commit8b945178e8fd15cccab02c621a1616daddcace16 (patch)
tree026109b50003c7d2c1561f0fb0253094dc6f6350 /src/expand/derive.cpp
parentfc7239e7271e879102272ea4d7e98f87f027ee84 (diff)
downloadmrust-8b945178e8fd15cccab02c621a1616daddcace16.tar.gz
AST - Delete some dead code, remove some warnings on GCC6
Diffstat (limited to 'src/expand/derive.cpp')
-rw-r--r--src/expand/derive.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/expand/derive.cpp b/src/expand/derive.cpp
index fc3210b5..55fb662d 100644
--- a/src/expand/derive.cpp
+++ b/src/expand/derive.cpp
@@ -272,8 +272,6 @@ class Deriver_Debug:
TypeRef(sp, AST::Path(core_name, {AST::PathNode("fmt",{}), AST::PathNode("Formatter", {})}))
);
- DEBUG("node = " << *node);
-
AST::Function fcn(
sp,
AST::GenericParams(),