1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Remove an unnecessary mutable.

llvm-svn: 78662
This commit is contained in:
Dan Gohman 2009-08-11 15:03:52 +00:00
parent 9a3cc1a771
commit 618fc2fc8e

View File

@ -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.
/// @}