summaryrefslogtreecommitdiffstats
path: root/class/TablePearRepo.php
diff options
context:
space:
mode:
Diffstat (limited to 'class/TablePearRepo.php')
-rw-r--r--class/TablePearRepo.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/class/TablePearRepo.php b/class/TablePearRepo.php
index 34a0c17..8554fe4 100644
--- a/class/TablePearRepo.php
+++ b/class/TablePearRepo.php
@@ -34,17 +34,6 @@
class TablePearRepo extends CommonTable
{
-
- /**
- * Instanciate a TablePearRepo to manage pearrepo table
- *
- * @param object $db PDO instance of the DB connection
- */
- function __construct($db)
- {
- parent::__construct($db, 'pearrepo');
- }
-
/**
* Create the table and populate it with known repo
*