From d3c61d83be254790101a67904b37e5439e98b4b2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Jul 2014 00:00:53 +0200 Subject: Remove some dead code --- src/libstore/worker-protocol.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstore') diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index 9317f89c3763..c7d3a726ab4c 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -12,7 +12,6 @@ namespace nix { typedef enum { - wopQuit = 0, wopIsValidPath = 1, wopHasSubstitutes = 3, wopQueryPathHash = 4, -- cgit 1.4.1