forked from lix-project/lix
nix-daemon: remove unused "pendingMsgs" variable
This commit is contained in:
parent
0a830ef12d
commit
14c464b6c8
|
@ -120,8 +120,6 @@ struct TunnelLogger : public Logger
|
|||
want to send out stderr to the client. */
|
||||
void startWork()
|
||||
{
|
||||
std::vector<std::string> pendingMsgs;
|
||||
|
||||
auto state(state_.lock());
|
||||
state->canSendStderr = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue