summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/ftp.h2
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;