Skip to content

Commit 09bfb86

Browse files
ojssrvagg
authored andcommitted
build: remove redundant TODO in configure
Remove a redundant TODO in configure: "# TODO(srl295): EBCDIC should be 'e'" as there is no plan to support EBCDIC systems any time soon. Refs: #4607 PR-URL: #5080 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 3dfc11c commit 09bfb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def configure_intl(o):
10501050
if not icu_ver_major:
10511051
print ' Could not read U_ICU_VERSION_SHORT version from %s' % uvernum_h
10521052
sys.exit(1)
1053-
icu_endianness = sys.byteorder[0]; # TODO(srl295): EBCDIC should be 'e'
1053+
icu_endianness = sys.byteorder[0];
10541054
o['variables']['icu_ver_major'] = icu_ver_major
10551055
o['variables']['icu_endianness'] = icu_endianness
10561056
icu_data_file_l = 'icudt%s%s.dat' % (icu_ver_major, 'l')

0 commit comments

Comments
 (0)