From e4fa70bc09b85050a979f74d458f6a4a1a7419e3 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Jun 27 2008 19:09:17 +0000 Subject: removing useless _most function --- diff --git a/plugin.py b/plugin.py index 3524a76..369b8bd 100644 --- a/plugin.py +++ b/plugin.py @@ -113,15 +113,6 @@ class Fedora(callbacks.Plugin): socket.setdefaulttimeout(timeout) return json - def _most(self, l): - mostcount = 0 - for i in list(set(l)): - c = l.count(i) - if c > mostcount: - most = i - mostcount = c - return most - def whoowns(self, irc, msg, args, package): """