فهرست منبع

ERR: Removed unused variable

Brad King 24 سال پیش
والد
کامیت
68ac32e60a
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      Source/cmFindLibraryCommand.cxx
  2. 0 1
      Source/cmFindProgramCommand.cxx

+ 0 - 1
Source/cmFindLibraryCommand.cxx

@@ -66,7 +66,6 @@ bool cmFindLibraryCommand::Invoke(std::vector<std::string>& args)
     }
   std::vector<std::string> path;
   std::vector<std::string> names;
-  bool namePathStyle = false;
   bool foundName = false;
   bool foundPath = false;
   bool doingNames = true;

+ 0 - 1
Source/cmFindProgramCommand.cxx

@@ -67,7 +67,6 @@ bool cmFindProgramCommand::Invoke(std::vector<std::string>& args)
     }
   std::vector<std::string> path;
   std::vector<std::string> names;
-  bool namePathStyle = false;
   bool foundName = false;
   bool foundPath = false;
   bool doingNames = true;