diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-11 17:04:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-11 17:04:26 +0200 |
commit | 766481d606e4b1860307692d6a44723983662d45 (patch) | |
tree | 7e6d112047bb03f7761ca8a41c02ac2a84b73c84 /nix/libstore/remote-store.hh | |
parent | c69944c511b89d3fdbffe00353e27d1e1c5f670c (diff) | |
parent | fdee1ced43fb495d612a29e955141cdf6b9a95ba (diff) | |
download | guix-766481d606e4b1860307692d6a44723983662d45.tar.gz |
Merge commit 'fdee1ced43fb495d612a29e955141cdf6b9a95ba' into nix
Diffstat (limited to 'nix/libstore/remote-store.hh')
-rw-r--r-- | nix/libstore/remote-store.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/libstore/remote-store.hh b/nix/libstore/remote-store.hh index 04b60fce4b..b010147643 100644 --- a/nix/libstore/remote-store.hh +++ b/nix/libstore/remote-store.hh @@ -87,7 +87,6 @@ private: AutoCloseFD fdSocket; FdSink to; FdSource from; - Pid child; unsigned int daemonVersion; bool initialised; |