mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
cmSystemTools: Remove unnecessary mark-as-used casts to void
The `CheckRPath` arguments are always used now.
This commit is contained in:
@@ -3252,8 +3252,6 @@ bool cmSystemTools::CheckRPath(std::string const& file,
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
(void)file;
|
||||
(void)newRPath;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user