diff options
Diffstat (limited to 'common/str.h')
-rw-r--r-- | common/str.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/str.h b/common/str.h index 189c37adb4..12e2b0d2d3 100644 --- a/common/str.h +++ b/common/str.h @@ -222,12 +222,6 @@ public: typedef const char * const_iterator; iterator begin() { - // Since the user could potentially - // change the string via the returned - // iterator we have to assure we are - // pointing to a unique storage. - makeUnique(); - return _str; } |