From 3d8c6dfc7d527d725ca5bd6a2c0c1c73405d06bb Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 1 Apr 2019 16:41:13 +0200 Subject: [PATCH] lint compliance --- rpc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpc.js b/rpc.js index 367dfb915..62bc3e274 100644 --- a/rpc.js +++ b/rpc.js @@ -1803,10 +1803,6 @@ RPC.create = function ( return void Respond('INVALID_MSG'); } - var deny = function () { - Respond('E_ACCESS_DENIED'); - }; - var handleMessage = function () { if (config.logRPC) { console.log(msg[0]); } switch (msg[0]) {