diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-06-24 15:22:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 15:22:45 -0400 |
commit | 31b540524fd1dd5ae79bc703f581339fff1883e9 (patch) | |
tree | bd4cfade17f9df7b0b12d59b2bd5f8987058fb7f /HACKING.rst | |
parent | 9a97a3f24e196401a9c54e9c7977ef6a03c98aeb (diff) | |
download | vyos-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.rst | 3 |
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 |