From 813114dab05231b71f3cdc4f5889b9833d9a1d06 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Mon, 15 Dec 2014 15:36:00 -0800 Subject: [PATCH] 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" --- .gitignore | 1 + icu_config.gypi | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 icu_config.gypi diff --git a/.gitignore b/.gitignore index 766766e152dd7e..672d08ac3dc60d 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 a21b0ceaf86def..00000000000000 --- a/icu_config.gypi +++ /dev/null @@ -1,2 +0,0 @@ -# Do not edit. Generated by the configure script. -{ 'variables': { }}