From ec2b5dd01f32d91a5a84741624ce9b8e50b73bed Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 4 Sep 2019 14:42:59 +0200 Subject: [PATCH] remove dead code --- rpc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpc.js b/rpc.js index 70250beca..97b317754 100644 --- a/rpc.js +++ b/rpc.js @@ -1883,8 +1883,6 @@ RPC.create = function ( }; var rpc0 = function (ctx, data, respond) { - if (!Env.msgStore) { Env.msgStore = ctx.store; } - if (!Array.isArray(data)) { Log.debug('INVALID_ARG_FORMET', data); return void respond('INVALID_ARG_FORMAT');