remove unused+fragile NULL_OBST
authorMatthias Braun <matthias.braun@kit.edu>
Tue, 28 Aug 2012 12:29:34 +0000 (14:29 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Tue, 28 Aug 2012 12:40:53 +0000 (14:40 +0200)
include/libfirm/adt/obst.h

index 6198b8b..7b70ba5 100644 (file)
@@ -33,8 +33,4 @@
 #define obstack_chunk_free  free
 /** @endcond */
 
-/** An obstack initializer containing zero values. Can be used to initialize
- * obstacks in an initializer. */
-#define NULL_OBST     { 0, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 0 }
-
 #endif