1
0
Эх сурвалжийг харах

cmSystemTools: Remove unnecessary mark-as-used casts to void

The `CheckRPath` arguments are always used now.
Brad King 4 жил өмнө
parent
commit
5596cba7dc

+ 0 - 2
Source/cmSystemTools.cxx

@@ -3252,8 +3252,6 @@ bool cmSystemTools::CheckRPath(std::string const& file,
     return false;
     return false;
   }
   }
 #endif
 #endif
-  (void)file;
-  (void)newRPath;
   return false;
   return false;
 }
 }