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.
  • Loading branch information
bnoordhuis committed May 27, 2015
1 parent 1bbf8d0 commit 3ca02fd
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 3ca02fd

Please sign in to comment.