diff options
author | Trevor Norris <trev.norris@gmail.com> | 2014-12-15 15:36:00 -0800 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2014-12-15 15:36:00 -0800 |
commit | 813114dab05231b71f3cdc4f5889b9833d9a1d06 (patch) | |
tree | 5798d262241236c6000587a0a86ef91c4d4d490c | |
parent | 69b122a6422e3be0417ba3ccf62f3ba914baff91 (diff) | |
download | node-new-813114dab05231b71f3cdc4f5889b9833d9a1d06.tar.gz |
src: remove icu_config
ICU support in v0.12 generates a new icu_config.gypi. This was
accidentally committed after switching branches. The file has been removed
and added to .gitignore.
Fixes: 0d051238 "timers: fix unref() memory leak"
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | icu_config.gypi | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 766766e152..672d08ac3d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ node_g .benchmark_reports /.project /.cproject +icu_config.gypi /out diff --git a/icu_config.gypi b/icu_config.gypi deleted file mode 100644 index a21b0ceaf8..0000000000 --- a/icu_config.gypi +++ /dev/null @@ -1,2 +0,0 @@ -# Do not edit. Generated by the configure script. -{ 'variables': { }} |