aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tcc.h b/tcc.h
index 0895c69..5e86df6 100644
--- a/tcc.h
+++ b/tcc.h
@@ -24,11 +24,6 @@
#define _GNU_SOURCE
#include "config.h"
-#ifdef CONFIG_TCCBOOT
-#include "tccboot.h"
-#define CONFIG_TCC_STATIC
-#else
-
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
@@ -83,8 +78,6 @@
# endif
#endif
-#endif /* !CONFIG_TCCBOOT */
-
#ifndef O_BINARY
# define O_BINARY 0
#endif