diff options
| author | Michael Brown | 2007-01-12 18:16:46 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-12 18:16:46 +0100 |
| commit | ad22cccc0931a7275e497e1c625fe83e79d61d4e (patch) | |
| tree | ee84020ec6adfd2f493aee73f69686f6db69b901 /src/include/gpxe | |
| parent | Added generic line-buffering code (a la stdio) (diff) | |
| download | ipxe-ad22cccc0931a7275e497e1c625fe83e79d61d4e.tar.gz ipxe-ad22cccc0931a7275e497e1c625fe83e79d61d4e.tar.xz ipxe-ad22cccc0931a7275e497e1c625fe83e79d61d4e.zip | |
No need to maintain a received byte count; we always fill in sequential
order so we can just use buffer->fill.
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/ftp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gpxe/ftp.h b/src/include/gpxe/ftp.h index e296021dd..2c51036ae 100644 --- a/src/include/gpxe/ftp.h +++ b/src/include/gpxe/ftp.h @@ -57,8 +57,6 @@ struct ftp_request { char status_text[4]; /** Passive-mode parameters, as text */ char passive_text[24]; /* "aaa,bbb,ccc,ddd,eee,fff" */ - /** Amount of data received */ - size_t data_rcvd; /** TCP application for the control channel */ struct tcp_application tcp; |
