changeset 32559:8811ad374937

Remove GCC warning hack not needed anymore
author cboesch
date Thu, 25 Nov 2010 10:02:51 +0000
parents 35eb07c24cda
children 1dd48bfb04a2
files stream/network.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }