From 18cc0a013cb7143c0dde242d550450b21a969c2a Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 14 Jul 2017 20:16:04 -0700 Subject: [PATCH] node: lint. --- lib/node/node.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/node/node.js b/lib/node/node.js index 466f3509..6221653e 100644 --- a/lib/node/node.js +++ b/lib/node/node.js @@ -327,8 +327,6 @@ Node.prototype.has = function has(name) { */ Node.prototype.get = function get(name) { - let plugin; - assert(typeof name === 'string', 'Plugin name must be a string.'); // Reserved names.