BUG: remove command causing issues with mid build reruns of cmake on vs70

This commit is contained in:
Ken Martin 2006-07-25 14:32:55 -04:00
parent f35c6d461a
commit 16a15f3e5e
2 changed files with 0 additions and 6 deletions

View File

@ -118,9 +118,6 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
info->CAPI->DestroySourceFile(source_file);
/* remove an old file if it is there */
info->CAPI->RemoveFile(argv[2]);
srcs = argv[2];
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);

View File

@ -118,9 +118,6 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
info->CAPI->DestroySourceFile(source_file);
/* remove an old file if it is there */
info->CAPI->RemoveFile(argv[2]);
srcs = argv[2];
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);