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 --- node/EthernetTapFactory.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'node') diff --git a/node/EthernetTapFactory.hpp b/node/EthernetTapFactory.hpp index 17d697f5..d0f5e9b3 100644 --- a/node/EthernetTapFactory.hpp +++ b/node/EthernetTapFactory.hpp @@ -95,11 +95,6 @@ public: * @param destroyPersistentDevices If true, destroy persistent device (on platforms where applicable) */ virtual void close(EthernetTap *tap,bool destroyPersistentDevices) = 0; - - /** - * @return All currently open tap device names - */ - virtual std::vector allTapDeviceNames() const = 0; }; } // namespace ZeroTier -- cgit v1.2.3