Merge branch 'makefilefix'
[cparser] / type_t.h
index 555f53a..600222d 100644 (file)
--- a/type_t.h
+++ b/type_t.h
@@ -31,8 +31,6 @@
 #include "ast_t.h"
 #include "adt/obst.h"
 
-extern struct obstack *type_obst;
-
 typedef enum type_kind_t {
        TYPE_INVALID,
        TYPE_ERROR,