瀏覽代碼

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

The `CheckRPath` arguments are always used now.
Brad King 3 年之前
父節點
當前提交
5596cba7dc
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Source/cmSystemTools.cxx

+ 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;
 }
 }