diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-07-16 20:38:50 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-07-16 20:38:50 +0000 |
commit | 7fcf8c561ddb3910c85f49d9b5803cf0a131af4c (patch) | |
tree | b57ba4e10ceac8291bcc5e01c38c241e0596d66c | |
parent | 121767472c5a4857454eeee2555c9f01522bf93b (diff) | |
download | bcfg2-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
-rwxr-xr-x | src/sbin/bcfg2-reports | 4 |
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: |