diff options
author | Tomás Touceda <chiiph@torproject.org> | 2011-11-01 13:19:15 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@torproject.org> | 2011-11-01 13:19:15 -0300 |
commit | 87470801fdc396b54bf0f7f8bfe73f05431aa080 (patch) | |
tree | 773a5e75322d2a3398f959d277392685309dccc5 /lib | |
parent | 31d99e2446f2d9ddc3832ba3652c317724dcd6c2 (diff) |
Remove unused bit of code in getChecker
Diffstat (limited to 'lib')
-rw-r--r-- | lib/thandy/packagesys/PackageSystem.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/thandy/packagesys/PackageSystem.py b/lib/thandy/packagesys/PackageSystem.py index 9fb878f..d255bef 100644 --- a/lib/thandy/packagesys/PackageSystem.py +++ b/lib/thandy/packagesys/PackageSystem.py @@ -54,9 +54,6 @@ def getChecker(relPath, extra, defaultFormat, package): import thandy.packagesys.PackageDB return thandy.packagesys.PackageDB.DBChecker( package['name'], package['version']) - elif defaultFormat == 'thp': - # TODO: create checker here! - pass else: return None elif checkType == 'rpm': |