summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-reports
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-07-16 20:38:50 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-07-16 20:38:50 +0000
commit7fcf8c561ddb3910c85f49d9b5803cf0a131af4c (patch)
treeb57ba4e10ceac8291bcc5e01c38c241e0596d66c /src/sbin/bcfg2-reports
parent121767472c5a4857454eeee2555c9f01522bf93b (diff)
downloadbcfg2-7fcf8c561ddb3910c85f49d9b5803cf0a131af4c.tar.gz
bcfg2-7fcf8c561ddb3910c85f49d9b5803cf0a131af4c.tar.bz2
bcfg2-7fcf8c561ddb3910c85f49d9b5803cf0a131af4c.zip
remove dead code
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4798 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/bcfg2-reports')
-rwxr-xr-xsrc/sbin/bcfg2-reports4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sbin/bcfg2-reports b/src/sbin/bcfg2-reports
index fa4d13ed7..bd4d24bb6 100755
--- a/src/sbin/bcfg2-reports
+++ b/src/sbin/bcfg2-reports
@@ -59,10 +59,6 @@ def crit_compare(criterion, client1, client2):
return 0
def print_fields(fields, cli, max_name, entrydict):
- fdata = tuple([getattr(cli, field) for field in fields])
- display = fmt % fdata
-
-def print_fields(fields, cli, max_name, entrydict):
'''prints the fields specified in fields of cli, max_name specifies the column width of the name column'''
fmt = ''
for field in fields: