refactor: Remove g_rpc_node global

This commit does not change behavior
This commit is contained in:
Russell Yanofsky
2020-04-17 11:32:48 -04:00
parent ccb5059ee8
commit b3f7f375ef
4 changed files with 0 additions and 10 deletions

View File

@@ -2394,5 +2394,3 @@ static const CRPCCommand commands[] =
for (unsigned int vcidx = 0; vcidx < ARRAYLEN(commands); vcidx++)
t.appendCommand(commands[vcidx].name, &commands[vcidx]);
}
NodeContext* g_rpc_node = nullptr;