Skip to content

Commit

Permalink
Remove timer class
Browse files Browse the repository at this point in the history
  • Loading branch information
dvz committed Sep 28, 2023
1 parent 1323dfd commit d27be5a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 137 deletions.
133 changes: 0 additions & 133 deletions inc/class_timers.php

This file was deleted.

3 changes: 0 additions & 3 deletions inc/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@

require_once MYBB_ROOT."inc/functions.php";

require_once MYBB_ROOT."inc/class_timers.php";
$maintimer = new timer();

require_once MYBB_ROOT."inc/class_core.php";
$mybb = new MyBB;

Expand Down
1 change: 0 additions & 1 deletion inc/src/Maintenance/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
require_once MYBB_ROOT . 'inc/class_core.php';
require_once MYBB_ROOT . 'inc/class_datacache.php';
require_once MYBB_ROOT . 'inc/class_language.php';
require_once MYBB_ROOT . 'inc/class_timers.php';

require_once MYBB_ROOT . 'inc/db_base.php';
require_once MYBB_ROOT . 'inc/AbstractPdoDbDriver.php';
Expand Down

0 comments on commit d27be5a

Please sign in to comment.