aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-05-06 13:48:59 -0700
committerDan Fandrich <dan@coneharvesters.com>2011-05-06 13:48:59 -0700
commit2a02c07a152ecc0d081e7f1a2c94dd8dc47ff7cf (patch)
treedba54b2cbb0b640eb51792b9fc7fd085ad842b9a /lib
parent212d8c8f652ee4c88b3f4dc6f73f70eabc3a5a71 (diff)
Fixed compilation when RTSP is disabled
Diffstat (limited to 'lib')
-rw-r--r--lib/transfer.c2
1 files changed, 0 insertions, 2 deletions
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;