diff --git a/include/stdex/string.hpp b/include/stdex/string.hpp index 391b2a1ac..44467469f 100644 --- a/include/stdex/string.hpp +++ b/include/stdex/string.hpp @@ -1160,9 +1160,6 @@ namespace stdex if (a > b) return +1; if (a < b) return -1; } - if (str1[i]) return +1; - if (str2[i]) return -1; - return 0; } ///