From a516f116501737a86e2eaf99a631727d4be9ecd7 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 14 Aug 2014 08:11:46 -0500 Subject: Reporting: Remove duplicate method Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Reporting/models.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/Bcfg2/Reporting/models.py') diff --git a/src/lib/Bcfg2/Reporting/models.py b/src/lib/Bcfg2/Reporting/models.py index fc9523067..71fa66086 100644 --- a/src/lib/Bcfg2/Reporting/models.py +++ b/src/lib/Bcfg2/Reporting/models.py @@ -715,9 +715,6 @@ class PathEntry(SuccessEntry): def has_detail(self): return self.detail_type != PathEntry.DETAIL_UNUSED - def is_sensitive(self): - return self.detail_type == PathEntry.DETAIL_SENSITIVE - def is_diff(self): return self.detail_type == PathEntry.DETAIL_DIFF -- cgit v1.2.3-1-g7c22