Remove dead code

This commit is contained in:
Eelco Dolstra 2014-07-23 14:46:28 +02:00
parent ee3c5d7916
commit 5989966ed3
2 changed files with 0 additions and 3 deletions

View file

@ -133,8 +133,6 @@ RemoteStore::~RemoteStore()
try { try {
to.flush(); to.flush();
fdSocket.close(); fdSocket.close();
if (child != -1)
child.wait(true);
} catch (...) { } catch (...) {
ignoreException(); ignoreException();
} }

View file

@ -87,7 +87,6 @@ private:
AutoCloseFD fdSocket; AutoCloseFD fdSocket;
FdSink to; FdSink to;
FdSource from; FdSource from;
Pid child;
unsigned int daemonVersion; unsigned int daemonVersion;
bool initialised; bool initialised;