From 7fcf8c561ddb3910c85f49d9b5803cf0a131af4c Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 16 Jul 2008 20:38:50 +0000 Subject: remove dead code git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4798 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-reports | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/sbin/bcfg2-reports') 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 @@ -58,10 +58,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 = '' -- cgit v1.2.3-1-g7c22