# HG changeset patch # User cboesch # Date 1290679371 0 # Node ID 8811ad37493798895e5ac0221cda6f07895ba598 # Parent 35eb07c24cda73028ca155d515a867e06db0b5c9 Remove GCC warning hack not needed anymore diff -r 35eb07c24cda -r 8811ad374937 stream/network.c --- a/stream/network.c Thu Nov 25 10:01:48 2010 +0000 +++ b/stream/network.c Thu Nov 25 10:02:51 2010 +0000 @@ -466,10 +466,6 @@ int nop_streaming_seek( int fd, off_t pos, streaming_ctrl_t *stream_ctrl ) { return -1; - // To shut up gcc warning - fd++; - pos++; - stream_ctrl=NULL; }