string: remove dead code
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
ebd1414721
commit
5c5197d80d
@ -1160,9 +1160,6 @@ namespace stdex
|
|||||||
if (a > b) return +1;
|
if (a > b) return +1;
|
||||||
if (a < b) return -1;
|
if (a < b) return -1;
|
||||||
}
|
}
|
||||||
if (str1[i]) return +1;
|
|
||||||
if (str2[i]) return -1;
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user