From cb1ed1bc89dd6b768c0660311eaa97cf6fa42dee Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 30 May 2009 23:08:12 +0200 Subject: [PATCH] entropy.db: createCountersTable got removed --- libraries/entropy/db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/entropy/db.py b/libraries/entropy/db.py index 0ec9c28c8..2b89b6780 100644 --- a/libraries/entropy/db.py +++ b/libraries/entropy/db.py @@ -4438,7 +4438,6 @@ class LocalRepository: """) def regenerateCountersTable(self, vdb_path, output = False): - self.createCountersTable() # this is necessary now, counters table should be empty self.cursor.execute("DELETE FROM counters;") # assign a counter to an idpackage