nix-daemon: remove unused "pendingMsgs" variable

This commit is contained in:
Will Dietz 2018-05-26 13:09:55 -05:00
parent 0a830ef12d
commit 14c464b6c8

View file

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