From 2decfa2f7caf67e6129c2e02a62b8feb2d20e3bd Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Wed, 4 Mar 2015 17:33:00 -0800
Subject: [PATCH] Removed extra variables

---
 src/node/binding.gyp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/node/binding.gyp b/src/node/binding.gyp
index 6f7620d990..7ef3bdf4bd 100644
--- a/src/node/binding.gyp
+++ b/src/node/binding.gyp
@@ -1,9 +1,4 @@
 {
-  "variables" : {
-    'no_install': "<!(echo $GRPC_NO_INSTALL)",
-    'grpc_root': "<!(echo $GRPC_ROOT)",
-    'grpc_lib_subdir': "<!(echo $GRPC_LIB_SUBDIR)"
-    },
   "targets" : [
     {
       'include_dirs': [
-- 
GitLab