summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/querysetfilter.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/querysetfilter.py')
-rw-r--r--bitbake/lib/toaster/toastergui/querysetfilter.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/querysetfilter.py b/bitbake/lib/toaster/toastergui/querysetfilter.py
index efa8507050..10cc988bce 100644
--- a/bitbake/lib/toaster/toastergui/querysetfilter.py
+++ b/bitbake/lib/toaster/toastergui/querysetfilter.py
@@ -22,7 +22,3 @@ class QuerysetFilter(object):
22 return queryset.filter(self.criteria) 22 return queryset.filter(self.criteria)
23 else: 23 else:
24 return queryset 24 return queryset
25
26 def count(self, queryset):
27 """ Returns a count of the elements in the filtered queryset """
28 return self.filter(queryset).count()