From c8750db71f126ae4b4fd24b6d3028f06118abffa Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 22 Sep 2004 15:14:04 -0400 Subject: remove warnings --- Source/cmProjectCommand.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmProjectCommand.cxx b/Source/cmProjectCommand.cxx index fc55482..f62d8bd 100644 --- a/Source/cmProjectCommand.cxx +++ b/Source/cmProjectCommand.cxx @@ -51,8 +51,6 @@ bool cmProjectCommand::InitialPass(std::vector const& args) std::vector languages; if(args.size() > 1) { - bool hasCXX = false; - bool hasC = false; for(size_t i =1; i < args.size(); ++i) { languages.push_back(args[i]); -- cgit v0.12