summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-06-24 15:22:45 -0400
committerGitHub <noreply@github.com>2020-06-24 15:22:45 -0400
commit31b540524fd1dd5ae79bc703f581339fff1883e9 (patch)
treebd4cfade17f9df7b0b12d59b2bd5f8987058fb7f /HACKING.rst
parent9a97a3f24e196401a9c54e9c7977ef6a03c98aeb (diff)
downloadvyos-cloud-init-31b540524fd1dd5ae79bc703f581339fff1883e9.tar.gz
vyos-cloud-init-31b540524fd1dd5ae79bc703f581339fff1883e9.zip
net/networking: remove unused functions/methods (#453)
Namely, is_connected, is_wireless and is_present. None of these are used in the cloud-init codebase, so remove the dead code (instead of refactoring it).
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 4e5f56d7..d98e1d40 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -486,13 +486,10 @@ categories:
* ``interface_has_own_mac``
* ``is_bond``
* ``is_bridge``
- * ``is_connected``
* ``is_physical``
- * ``is_present``
* ``is_renamed``
* ``is_up``
* ``is_vlan``
- * ``is_wireless``
* ``wait_for_physdevs``
* those that directly access ``/sys`` (via helpers) but may be