From 3dc1029362ad37d71d4da7cdbbc3087be822beee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Tue, 24 Feb 2015 19:03:10 +0100 Subject: [PATCH] :fire: remove unused variable --- src/package.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.coffee b/src/package.coffee index 651a1d53e..6a94133d6 100644 --- a/src/package.coffee +++ b/src/package.coffee @@ -523,7 +523,7 @@ class Package if @path.indexOf(path.join(atom.packages.resourcePath, 'node_modules') + path.sep) is 0 # Bundled packages are always considered compatible @compatible = true - else if packageMain = @getMainModulePath() + else if @getMainModulePath() @incompatibleModules = @getIncompatibleNativeModules() @compatible = @incompatibleModules.length is 0 else