forked from lix-project/lix
Remove dead code
This commit is contained in:
parent
ee3c5d7916
commit
5989966ed3
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue