build: remove unused variable

PR-URL: https://github.com/iojs/io.js/pull/505
Reviewed-By: Rod Vagg <rod@vagg.org>
pull/434/merge
Johan Bergström 2015-01-19 15:48:43 +11:00 committed by Rod Vagg
parent ab04a43476
commit 2253d30d9c
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -842,7 +842,6 @@ def configure_intl(o):
sys.exit(1) sys.exit(1)
# ICU mode. (icu-generic.gyp) # ICU mode. (icu-generic.gyp)
byteorder = sys.byteorder
o['variables']['icu_gyp_path'] = 'tools/icu/icu-generic.gyp' o['variables']['icu_gyp_path'] = 'tools/icu/icu-generic.gyp'
# ICU source dir relative to root # ICU source dir relative to root
o['variables']['icu_path'] = icu_full_path o['variables']['icu_path'] = icu_full_path