diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-05-06 13:48:59 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2011-05-06 13:48:59 -0700 |
commit | 2a02c07a152ecc0d081e7f1a2c94dd8dc47ff7cf (patch) | |
tree | dba54b2cbb0b640eb51792b9fc7fd085ad842b9a | |
parent | 212d8c8f652ee4c88b3f4dc6f73f70eabc3a5a71 (diff) |
Fixed compilation when RTSP is disabled
-rw-r--r-- | lib/transfer.c | 2 |
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; |