about summary refs log tree commit diff
path: root/src/libstore/worker-protocol.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-23T22·00+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-23T22·00+0200
commitd3c61d83be254790101a67904b37e5439e98b4b2 (patch)
tree08e181dc24191d701170e1ba57a8e9674b67e789 /src/libstore/worker-protocol.hh
parent62ad3dfc4335e6b3c8acff5e7de9b8cf19c9cdbe (diff)
Remove some dead code
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r--src/libstore/worker-protocol.hh1
1 files changed, 0 insertions, 1 deletions
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,