Removed useless command-line option.

This commit is contained in:
Greg King
2013-05-07 00:54:44 -04:00
parent 912b0d9e93
commit 372e6ac1d6
9 changed files with 3 additions and 75 deletions

View File

@@ -55,15 +55,6 @@ SearchPath* BinSearchPath; /* Binary include path */
void ForgetAllIncludePaths (void)
/* Remove all include search paths. */
{
ForgetSearchPath (IncSearchPath);
ForgetSearchPath (BinSearchPath);
}
void InitIncludePaths (void)
/* Initialize the include path search list */
{