summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/base/inet.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/inet.hh b/src/base/inet.hh
index 7d1235cc5..d016fd66d 100644
--- a/src/base/inet.hh
+++ b/src/base/inet.hh
@@ -352,7 +352,6 @@ struct IpOpt : public ip_opt
uint16_t mtup() const { return ntohs(opt_data.mtu); }
uint16_t mtur() const { return ntohs(opt_data.mtu); }
void tr(ip_opt_data_tr &tr) const;
- const uint32_t *addext() const { return &opt_data.addext[0]; }
uint16_t rtralt() const { return ntohs(opt_data.rtralt); }
void sdb(std::vector<uint32_t> &vec) const;
};