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: #1815
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
bnoordhuis committed Jun 2, 2015
1 parent 8357c50 commit 8c71a92
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 8c71a92

Please sign in to comment.