src: hide InitializeICUDirectory symbol
Exporting it seems like an oversight. It's not safe to call once V8 is running so there doesn't seem to be a point in exporting it to add-ons. Un-export it. PR-URL: https://github.com/nodejs/io.js/pull/1815 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
8357c5084b
commit
8c71a9241d
@ -8,7 +8,7 @@
|
|||||||
namespace node {
|
namespace node {
|
||||||
namespace i18n {
|
namespace i18n {
|
||||||
|
|
||||||
NODE_EXTERN bool InitializeICUDirectory(const char* icu_data_path);
|
bool InitializeICUDirectory(const char* icu_data_path);
|
||||||
|
|
||||||
} // namespace i18n
|
} // namespace i18n
|
||||||
} // namespace node
|
} // namespace node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user