summaryrefslogtreecommitdiff
path: root/src/expr/node_manager.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-08-15 15:49:15 -0700
committerGitHub <noreply@github.com>2018-08-15 15:49:15 -0700
commitbca6b323721b24805c375f682e05d5463c38a8d2 (patch)
treedc65a59091e8f581c91aa7db0807c4043d6c92f1 /src/expr/node_manager.h
parentbd747e4329bdbfcfce921db8025450d35be9e333 (diff)
Removing attribute cleanups. (#2300)
* Removing attribute cleanups.
Diffstat (limited to 'src/expr/node_manager.h')
-rw-r--r--src/expr/node_manager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/expr/node_manager.h b/src/expr/node_manager.h
index 8bbf905a9..7d1259fcc 100644
--- a/src/expr/node_manager.h
+++ b/src/expr/node_manager.h
@@ -128,10 +128,7 @@ class NodeManager {
* contexts, like as a key in attribute tables), even though
* normally it's an error to have a TNode to a node value with a
* reference count of 0. Being "under deletion" also enables
- * assertions that inc() is not called on it. (A poorly-behaving
- * attribute cleanup function could otherwise create a "Node" that
- * points to the node value that is in the process of being deleted,
- * springing it back to life.)
+ * assertions that inc() is not called on it.
*/
expr::NodeValue* d_nodeUnderDeletion;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback