From 2a02c07a152ecc0d081e7f1a2c94dd8dc47ff7cf Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 6 May 2011 13:48:59 -0700 Subject: Fixed compilation when RTSP is disabled --- lib/transfer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/transfer.c b/lib/transfer.c index 69064d999..ddbbe529b 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -400,9 +400,7 @@ static CURLcode readwrite_data(struct SessionHandle *data, ssize_t nread; /* number of bytes read */ size_t excess = 0; /* excess bytes read */ bool is_empty_data = FALSE; -#ifndef CURL_DISABLE_RTSP bool readmore = FALSE; /* used by RTP to signal for more data */ -#endif *done = FALSE; -- cgit v1.2.3