Przeglądaj źródła

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

The `CheckRPath` arguments are always used now.
Brad King 3 lat temu
rodzic
commit
5596cba7dc
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      Source/cmSystemTools.cxx

+ 0 - 2
Source/cmSystemTools.cxx

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