diff options
Diffstat (limited to 'src/libstore/common-protocol.hh')
-rw-r--r-- | src/libstore/common-protocol.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/common-protocol.hh b/src/libstore/common-protocol.hh index 7f9f2808a..2118ca5fe 100644 --- a/src/libstore/common-protocol.hh +++ b/src/libstore/common-protocol.hh @@ -37,7 +37,6 @@ struct CommonProto * canonical serializers below. */ struct WriteConn { - Sink & to; }; template<typename T> |