changeset 21331:ca084a8b64c3

* caseless-str.h: Eliminate useless conversion operator.
author John W. Eaton <jwe@octave.org>
date Wed, 24 Feb 2016 09:49:12 -0500
parents fb7f40558553
children db574711df78
files liboctave/util/caseless-str.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/caseless-str.h	Wed Feb 24 08:34:59 2016 -0800
+++ b/liboctave/util/caseless-str.h	Wed Feb 24 09:49:12 2016 -0500
@@ -47,8 +47,6 @@
     return *this;
   }
 
-  operator std::string (void) const { return *this; }
-
   bool operator < (const std::string& s) const
   {
     const_iterator p1 = begin ();