Skip to content

Commit

Permalink
src: hide InitializeICUDirectory symbol
Browse files Browse the repository at this point in the history
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: nodejs/node#1815
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
bnoordhuis authored and andrewdeandrade committed Jun 3, 2015
1 parent 2a0b794 commit 66556b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_i18n.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace node {
namespace i18n {

NODE_EXTERN bool InitializeICUDirectory(const char* icu_data_path);
bool InitializeICUDirectory(const char* icu_data_path);

} // namespace i18n
} // namespace node
Expand Down

0 comments on commit 66556b0

Please sign in to comment.