]> granicus.if.org Git - yasm/commitdiff
yapp-preproc.c: Build fix.
authorPeter Johnson <peter@tortall.net>
Thu, 16 Nov 2006 04:49:34 +0000 (04:49 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 16 Nov 2006 04:49:34 +0000 (04:49 -0000)
svn path=/trunk/yasm/; revision=1685

modules/preprocs/yapp/yapp-preproc.c

index 57f47cfbfd14c68ceb3189c6f31e361a08bdf0c3..257de213aecac95a473f1b48ca74a547603e0f76 100644 (file)
@@ -967,12 +967,6 @@ yapp_preproc_get_included_file(yasm_preproc *preproc, /*@out@*/ char *buf,
     return 0;
 }
 
-static void
-yapp_preproc_add_include_path(yasm_preproc *preproc, const char *path)
-{
-    /* TODO */
-}
-
 static void
 yapp_preproc_add_include_file(yasm_preproc *preproc, const char *filename)
 {
@@ -1005,7 +999,6 @@ yasm_preproc_module yasm_yapp_LTX_preproc = {
     yapp_preproc_destroy,
     yapp_preproc_input,
     yapp_preproc_get_included_file,
-    yapp_preproc_add_include_path,
     yapp_preproc_add_include_file,
     yapp_preproc_predefine_macro,
     yapp_preproc_undefine_macro,