diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 8b603f5ad42..a66f8dcfd86 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -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. /// @}