summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/tcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ipxe/tcp.h b/src/include/ipxe/tcp.h
index 063ebaa4b..9d9aecd07 100644
--- a/src/include/ipxe/tcp.h
+++ b/src/include/ipxe/tcp.h
@@ -140,8 +140,6 @@ struct tcp_timestamp_padded_option {
/** Parsed TCP options */
struct tcp_options {
- /** MSS option, if present */
- const struct tcp_mss_option *mssopt;
/** Window scale option, if present */
const struct tcp_window_scale_option *wsopt;
/** SACK permitted option, if present */