projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e83697
)
Remove an unnecessary mutable.
author
Dan Gohman
<gohman@apple.com>
Tue, 11 Aug 2009 15:03:52 +0000
(15:03 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 11 Aug 2009 15:03:52 +0000
(15:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78662
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/System/Path.h
patch
|
blob
|
history
diff --git
a/include/llvm/System/Path.h
b/include/llvm/System/Path.h
index 8b603f5ad42c5d5f5d6c5f38f4ec1704daf46482..a66f8dcfd861f6fb2ffeb0e48af298854620194f 100644
(file)
--- 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.
/// @}