From ad22cccc0931a7275e497e1c625fe83e79d61d4e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 12 Jan 2007 17:16:46 +0000 Subject: No need to maintain a received byte count; we always fill in sequential order so we can just use buffer->fill. --- src/include/gpxe/ftp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/gpxe') 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; -- cgit v1.2.3-55-g7522