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 {
to.flush();
fdSocket.close();
if (child != -1)
child.wait(true);
} catch (...) {
ignoreException();
}

View File

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