From f4b3cd334fefdcafe5df68518f00b81e6b59bf39 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 28 Aug 2012 14:29:34 +0200 Subject: [PATCH] remove unused+fragile NULL_OBST --- include/libfirm/adt/obst.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.20.1