summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/EthernetTapFactory.hpp5
1 files changed, 0 insertions, 5 deletions
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<std::string> allTapDeviceNames() const = 0;
};
} // namespace ZeroTier