# HG changeset patch # User diego # Date 1312043230 0 # Node ID 43385f40396e573231ffebba46e005a41103a1de # Parent ec2b39a70c949c8a1e81215c6e240bf1cc5cc806 stream_smb: remove unused variable stream/stream_smb.c:121: warning: unused variable 'p' diff -r ec2b39a70c94 -r 43385f40396e stream/stream_smb.c --- a/stream/stream_smb.c Sat Jul 30 16:26:56 2011 +0000 +++ b/stream/stream_smb.c Sat Jul 30 16:27:10 2011 +0000 @@ -118,7 +118,6 @@ } static int open_f (stream_t *stream, int mode, void *opts, int* file_format) { - struct stream_priv_s *p = (struct stream_priv_s*)opts; char *filename; mode_t m = 0; off_t len;