From 986e435e4714cb8651e82cdd6a9aac29e8a9afcc Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Wed, 6 Mar 2013 16:35:55 -0800 Subject: [PATCH] Eliminate unused updater.CURRENT_VERSION --- lib/updater.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/updater.js b/lib/updater.js index 6d1391deae..ac41da4c64 100644 --- a/lib/updater.js +++ b/lib/updater.js @@ -2,7 +2,6 @@ // true. This will make it act as if it is at version 0.1.0 and use test URLs // for update checks. var testingUpdater = false; -exports.CURRENT_VERSION = testingUpdater ? "0.1.0" : "0.5.9"; var fs = require("fs"); var http = require("http");