aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/System/Path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index 8b603f5ad4..a66f8dcfd8 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.
/// @}