[tor-commits] [thandy/master] Remove unused bit of code in getChecker

nickm at torproject.org nickm at torproject.org
Thu Nov 3 19:14:20 UTC 2011


commit 87470801fdc396b54bf0f7f8bfe73f05431aa080
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Tue Nov 1 13:19:15 2011 -0300

    Remove unused bit of code in getChecker
---
 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':





More information about the tor-commits mailing list