From d2a89a3f1f2529fa5dafbbd2974d2f8745b9bb46 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 27 Jun 2013 17:06:56 -0400 Subject: Fix minor warnings found by recent clang/gcc. --- src/expr/attribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expr') diff --git a/src/expr/attribute.h b/src/expr/attribute.h index 969843ddd..721a09403 100644 --- a/src/expr/attribute.h +++ b/src/expr/attribute.h @@ -446,7 +446,7 @@ struct HasAttribute { static inline bool hasAttribute(const AttributeManager* am, NodeValue* nv) { typedef typename AttrKind::value_type value_type; - typedef KindValueToTableValueMapping mapping; + //typedef KindValueToTableValueMapping mapping; typedef typename getTable:: table_type table_type; -- cgit v1.2.3