aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/common.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 2eba85383d..d0955c41a9 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -219,9 +219,6 @@ $auth = new auth();
$template = new template();
$db = new $sql_db();
-$class_loader = new phpbb_class_loader($phpbb_root_path, '.' . $phpEx, $cache);
-$class_loader->register();
-
// make sure request_var uses this request instance
request_var('', 0, false, false, $request); // "dependency injection" for a function