summaryrefslogtreecommitdiff
path: root/src/expr/attribute_unique_id.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-08-13 09:25:26 -0700
committerGitHub <noreply@github.com>2018-08-13 09:25:26 -0700
commit957b02e415f60e725da569f1d7c0e2d1276cb3fa (patch)
treee588e05f4c1fb2320f7902618f49d188d043517d /src/expr/attribute_unique_id.h
parentb62055f1204a0846eef728b2b62e5fc77df4048c (diff)
Removing support for T* and const T* attributes. (#2297)
* Removing support for T* and const T* attributes. These are unused.
Diffstat (limited to 'src/expr/attribute_unique_id.h')
-rw-r--r--src/expr/attribute_unique_id.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expr/attribute_unique_id.h b/src/expr/attribute_unique_id.h
index 3ba53bede..1a6220db2 100644
--- a/src/expr/attribute_unique_id.h
+++ b/src/expr/attribute_unique_id.h
@@ -35,7 +35,6 @@ enum AttrTableId {
AttrTableNode,
AttrTableTypeNode,
AttrTableString,
- AttrTablePointer,
AttrTableCDBool,
AttrTableCDUInt64,
AttrTableCDTNode,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback