Jelajahi Sumber

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

The `CheckRPath` arguments are always used now.
Brad King 4 tahun lalu
induk
melakukan
5596cba7dc
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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;
 }