summaryrefslogtreecommitdiff
path: root/src/expr/attribute.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-06-27 17:06:56 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-06-27 17:06:56 -0400
commitd2a89a3f1f2529fa5dafbbd2974d2f8745b9bb46 (patch)
treeac9b5fc1c3eb11477924e88e0088702efbc0a379 /src/expr/attribute.h
parent38a13fe227e6b59a49509d4b5ae6618b4c14937a (diff)
Fix minor warnings found by recent clang/gcc.
Diffstat (limited to 'src/expr/attribute.h')
-rw-r--r--src/expr/attribute.h2
1 files changed, 1 insertions, 1 deletions
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<false, AttrKind> {
static inline bool hasAttribute(const AttributeManager* am,
NodeValue* nv) {
typedef typename AttrKind::value_type value_type;
- typedef KindValueToTableValueMapping<value_type> mapping;
+ //typedef KindValueToTableValueMapping<value_type> mapping;
typedef typename getTable<value_type, AttrKind::context_dependent>::
table_type table_type;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback