From 16a15f3e5e9e2328e9d6aac9c3a33700534c5571 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 25 Jul 2006 14:32:55 -0400 Subject: BUG: remove command causing issues with mid build reruns of cmake on vs70 --- Tests/LoadCommand/CMakeCommands/cmTestCommand.c | 3 --- Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c index 09f0c5a..84d1619 100644 --- a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c @@ -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); diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c b/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c index 09f0c5a..84d1619 100644 --- a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c @@ -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); -- cgit v0.12