From 68ac32e60ad21511ef4c7713ea16541dac8eda0a Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 10 May 2001 11:18:52 -0400 Subject: ERR: Removed unused variable --- Source/cmFindLibraryCommand.cxx | 1 - Source/cmFindProgramCommand.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx index e60d4ed..d2e6dc0 100644 --- a/Source/cmFindLibraryCommand.cxx +++ b/Source/cmFindLibraryCommand.cxx @@ -66,7 +66,6 @@ bool cmFindLibraryCommand::Invoke(std::vector& args) } std::vector path; std::vector names; - bool namePathStyle = false; bool foundName = false; bool foundPath = false; bool doingNames = true; diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx index cb234f9..2dcaf14 100644 --- a/Source/cmFindProgramCommand.cxx +++ b/Source/cmFindProgramCommand.cxx @@ -67,7 +67,6 @@ bool cmFindProgramCommand::Invoke(std::vector& args) } std::vector path; std::vector names; - bool namePathStyle = false; bool foundName = false; bool foundPath = false; bool doingNames = true; -- cgit v0.12