about summary refs log tree commit diff stats
path: root/wrapperhelper/src/machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'wrapperhelper/src/machine.h')
-rw-r--r--wrapperhelper/src/machine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wrapperhelper/src/machine.h b/wrapperhelper/src/machine.h
index 5570a4af..b5a5b0ea 100644
--- a/wrapperhelper/src/machine.h
+++ b/wrapperhelper/src/machine.h
@@ -7,7 +7,6 @@
 #include "khash.h"
 #include "vector.h"
 
-struct macro_s; // preproc_private.h
 struct type_s;  // lang.h
 
 typedef struct machine_s {
@@ -15,10 +14,6 @@ typedef struct machine_s {
 	size_t npaths;
 	char **include_path;
 	
-	size_t npredefs;
-	char **predef_macros_name;
-	struct macro_s **predef_macros;
-	
 	// Parsing
 	size_t size_long;
 	size_t align_valist, size_valist;