aboutsummaryrefslogtreecommitdiff
path: root/libtcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.h')
-rw-r--r--libtcc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libtcc.h b/libtcc.h
index fc37251..a1b31e3 100644
--- a/libtcc.h
+++ b/libtcc.h
@@ -32,9 +32,6 @@ LIBTCCAPI void tcc_set_options(TCCState *s, const char *str);
/*****************************/
/* preprocessor */
-/* add in tcc include path, searched before anything else */
-LIBTCCAPI int tcc_add_tccinclude_path(TCCState *s, const char *pathname);
-
/* add include path */
LIBTCCAPI int tcc_add_include_path(TCCState *s, const char *pathname);