ndisc/lndp: drop an unused variable

This commit is contained in:
Lubomir Rintel 2016-10-14 19:55:53 +02:00
parent d09aea62ee
commit c84313a2b7

View file

@ -42,7 +42,6 @@ typedef struct {
GIOChannel *event_channel;
guint event_id;
guint ra_timeout_id; /* first RA timeout */
} NMLndpNDiscPrivate;
/*****************************************************************************/