diff --git a/gtp.c b/gtp.c index 0433b79..338e351 100644 --- a/gtp.c +++ b/gtp.c @@ -80,7 +80,6 @@ struct gtp_instance { struct net_device *dev; struct net_device *real_dev; - /* FIXME: hash / tree of pdp contexts */ unsigned int hash_size; struct hlist_head *tid_hash; struct hlist_head *addr_hash;