summaryrefslogtreecommitdiff
path: root/omegalib/omega/include/basic/List.h
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/omega/include/basic/List.h')
-rw-r--r--omegalib/omega/include/basic/List.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/omegalib/omega/include/basic/List.h b/omegalib/omega/include/basic/List.h
index c6fc062..ee394d9 100644
--- a/omegalib/omega/include/basic/List.h
+++ b/omegalib/omega/include/basic/List.h
@@ -4,11 +4,6 @@
/*
* Linked lists with an interface like a bit of libg++'s SLList class
*/
-
-
-#if 0
-#include <basic/assert.h> /* List requires assert which needs Exit which */
-#endif /* needs List! just include assert in List.c */
#include <stdio.h> // for NULL
#include <basic/Iterator.h>
#include <basic/Collection.h>