From 98d426e1d5a2ef83cce7cf2d5b394adde886e58d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 31 Jul 2014 14:31:32 -0700 Subject: Path fixes in osnet/ stuff --- osnet/LinuxEthernetTapFactory.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'osnet/LinuxEthernetTapFactory.cpp') diff --git a/osnet/LinuxEthernetTapFactory.cpp b/osnet/LinuxEthernetTapFactory.cpp index 01633abb..59327fff 100644 --- a/osnet/LinuxEthernetTapFactory.cpp +++ b/osnet/LinuxEthernetTapFactory.cpp @@ -71,13 +71,4 @@ void LinuxEthernetTapFactory::close(EthernetTap *tap,bool destroyPersistentDevic delete tap; } -std::vector allTapDeviceNames() const -{ - std::vector dn; - Mutex::Lock _l(_devices_m); - for(std::vector::const_iterator d(_devices.begin());d!=_devices.end();++d) - dn.push_back(d->deviceName()); - return dn; -} - } // namespace ZeroTier -- cgit v1.2.3