string: remove dead code

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2024-05-28 10:35:47 +02:00
parent ebd1414721
commit 5c5197d80d

View File

@ -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;
}
///