]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
sender: add a hook to resolve target names
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index 14cff6960eb2ef1dcfbff1f03dee7da4e3cb6a18..e725eebdc94cdbe21a7d4ab3158c4ab89b311235 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -169,8 +169,6 @@ struct fec_client {
        int num_extra_slices;
        /** Contains the FEC-encoded data. */
        unsigned char *enc_buf;
-       /** Pointer obtained from sender when the client is added. */
-       void *private_data;
 };
 
 /**