mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05: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