mirror of https://github.com/nodejs/node.git
build: remove unused variable
PR-URL: https://github.com/iojs/io.js/pull/505 Reviewed-By: Rod Vagg <rod@vagg.org>pull/434/merge
parent
ab04a43476
commit
2253d30d9c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue