From: Matthias Braun Date: Tue, 28 Aug 2012 12:29:34 +0000 (+0200) Subject: remove unused+fragile NULL_OBST X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f4b3cd334fefdcafe5df68518f00b81e6b59bf39;p=libfirm remove unused+fragile NULL_OBST --- diff --git a/include/libfirm/adt/obst.h b/include/libfirm/adt/obst.h index 6198b8b95..7b70ba57f 100644 --- a/include/libfirm/adt/obst.h +++ b/include/libfirm/adt/obst.h @@ -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