mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Remove an unnecessary mutable.
llvm-svn: 78662
This commit is contained in:
parent
9a3cc1a771
commit
618fc2fc8e
@ -587,7 +587,7 @@ namespace sys {
|
||||
/// @name Data
|
||||
/// @{
|
||||
protected:
|
||||
mutable std::string path; ///< Storage for the path name.
|
||||
std::string path; ///< Storage for the path name.
|
||||
|
||||
|
||||
/// @}
|
||||
|
Loading…
x
Reference in New Issue
Block a user