summaryrefslogtreecommitdiff
path: root/src/expr/attribute.h
diff options
context:
space:
mode:
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