diff options
Diffstat (limited to 'src/libstore/serve-protocol.hh')
-rw-r--r-- | src/libstore/serve-protocol.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/serve-protocol.hh b/src/libstore/serve-protocol.hh index 34c591a24..4285293fa 100644 --- a/src/libstore/serve-protocol.hh +++ b/src/libstore/serve-protocol.hh @@ -60,7 +60,6 @@ struct ServeProto * canonical serializers below. */ struct WriteConn { - Sink & to; Version version; }; |