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

The `CheckRPath` arguments are always used now.
This commit is contained in:
Brad King
2021-12-01 12:30:51 -05:00
parent 55c4f54e48
commit 5596cba7dc

View File

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