From 791b71d4410603f7681bdad8c139d5ffd65415b5 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sun, 15 Jun 2014 17:18:25 +0000 Subject: [PATCH] Remove an obsolete comment The C library is no longer used so stop suggesting changing it when there are issues. Signed-off-by: Adam D. Barratt --- britney.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/britney.py b/britney.py index ffd560b..b229542 100755 --- a/britney.py +++ b/britney.py @@ -273,8 +273,6 @@ class Britney(object): return # read the source and binary packages for the involved distributions - # if this takes a very long time, try increasing SIZEOFHASHMAP in - # lib/dpkg.c and rebuilding if 'testing' not in self.sources: self.sources['testing'] = self.read_sources(self.options.testing) self.sources['unstable'] = self.read_sources(self.options.unstable)