diff options
Diffstat (limited to 'osdep/OSXEthernetTap.cpp')
-rw-r--r-- | osdep/OSXEthernetTap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/OSXEthernetTap.cpp b/osdep/OSXEthernetTap.cpp index eddf787a..b333156e 100644 --- a/osdep/OSXEthernetTap.cpp +++ b/osdep/OSXEthernetTap.cpp @@ -320,7 +320,6 @@ OSXEthernetTap::OSXEthernetTap( const char *friendlyName, void (*handler)(void *,const MAC &,const MAC &,unsigned int,const Buffer<4096> &), void *arg) : - EthernetTap("OSXEthernetTap",mac,mtu,metric), _handler(handler), _arg(arg), _mtu(mtu), |