summaryrefslogtreecommitdiff
path: root/src/theory/arrays/array_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/array_info.h')
-rw-r--r--src/theory/arrays/array_info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/arrays/array_info.h b/src/theory/arrays/array_info.h
index 1f97c02ca..0a2a96603 100644
--- a/src/theory/arrays/array_info.h
+++ b/src/theory/arrays/array_info.h
@@ -75,8 +75,6 @@ public:
}
~Info() {
- //FIXME!
- //indices->deleteSelf();
indices->deleteSelf();
stores->deleteSelf();
in_stores->deleteSelf();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback