summaryrefslogtreecommitdiff
path: root/colm/tree.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2010-04-27 02:26:37 +0000
committerAdrian Thurston <thurston@complang.org>2010-04-27 02:26:37 +0000
commita9b946cf21d5342cdd16f2ec4053703a84732e58 (patch)
tree59a6c4b11b19048b09ec703d6c5a2e61e76170b9 /colm/tree.h
parent10da2d1bea42dc1ae01adb19056f6c025f4d5139 (diff)
downloadcolm-a9b946cf21d5342cdd16f2ec4053703a84732e58.tar.gz
Finished off the porting to C.
Implemented state table compressions by overlaying arrays and using an 'owner' array to determine which entry belongs to which state.
Diffstat (limited to 'colm/tree.h')
-rw-r--r--colm/tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/tree.h b/colm/tree.h
index 29029ddb..e4c49dfd 100644
--- a/colm/tree.h
+++ b/colm/tree.h
@@ -28,8 +28,6 @@ extern "C" {
typedef struct _TreePair
{
-// TreePair() : key(0), val(0) {}
-
Tree *key;
Tree *val;
} TreePair;