X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/15b3d2b27a3dce7a3b65e88fb0d1732e235117f4..b7b694d6212749bfa3aa56e853adff6a5aa3b87f:/src/cpplib.c diff --git a/src/cpplib.c b/src/cpplib.c index 86fc538..73c0995 100644 --- a/src/cpplib.c +++ b/src/cpplib.c @@ -799,6 +799,7 @@ cppReader_appendIncludeChain (cppReader *pfile, opts->last_include = last; } +# if 0 static /*@unused@*/ void cppReader_showIncludeChain (cppReader *pfile) { @@ -819,6 +820,7 @@ cppReader_showIncludeChain (cppReader *pfile) fprintf (stderr, "No includes\n"); } } +# endif cstring cppReader_getIncludePath ()