From: Eric S. Raymond Date: Thu, 4 Oct 2012 04:48:05 +0000 (-0400) Subject: Remove some now-dead code associated with the filtering feature. X-Git-Tag: 1.6~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a2959a08d36ee0155be39c59ee8294a5d846aa9;p=irker.git Remove some now-dead code associated with the filtering feature. --- diff --git a/irkerhook.py b/irkerhook.py index 96d6de2..5e95e9f 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -406,13 +406,6 @@ def ship(extractor, commit, debug): except socket.error, e: sys.stderr.write("%s\n" % e) -def filterc(cmd, channels, commit): - channels, update = json.loads(do('%s %s %s' % (cmd, - shellquote(json.dumps(channels)), - shellquote(json.dumps(commit.__dict__))))) - commit.__dict__.update(update) - return channels - if __name__ == "__main__": notify = True repository = os.getcwd()