node: lint.

This commit is contained in:
Christopher Jeffrey 2017-07-14 20:16:04 -07:00
parent b52a5e3fd2
commit 18cc0a013c
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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.