summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-10 18:32:18 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-10 18:32:18 -0400
commit08bd3ff156fe7bd20ce83529190c3a1793ba3c0a (patch)
tree65cd3540e0a9b4d055d56686140f5175348e72ff /cobbler/action_sync.py
parent549019bd5e129a3ff3699cd54a4a97c3545afb92 (diff)
downloadthird_party-cobbler-08bd3ff156fe7bd20ce83529190c3a1793ba3c0a.tar.gz
third_party-cobbler-08bd3ff156fe7bd20ce83529190c3a1793ba3c0a.tar.xz
third_party-cobbler-08bd3ff156fe7bd20ce83529190c3a1793ba3c0a.zip
Remove some dead code and update a few FIXMEs that no longer apply.
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 6ce9d96..5d3cd10 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -151,7 +151,6 @@ class BootSync:
if mac is None or mac == "":
# can't write a DHCP entry for this system
- # FIXME: should this be a warning?
continue
counter = counter + 1
@@ -222,7 +221,6 @@ class BootSync:
ip = interface["ip_address"]
if mac is None or mac == "":
# can't write this w/o a MAC address
- # FIXME -- should this raise a warning?
continue
if ip is not None and ip != "":
fh.write(mac.upper() + "\t" + ip + "\n")