summaryrefslogtreecommitdiffstats
path: root/system/libraries/Benchmark.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Benchmark.php')
-rw-r--r--system/libraries/Benchmark.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/libraries/Benchmark.php b/system/libraries/Benchmark.php
index 9dd9d4ac4..d8dd903e7 100644
--- a/system/libraries/Benchmark.php
+++ b/system/libraries/Benchmark.php
@@ -31,15 +31,6 @@ class CI_Benchmark {
var $marker = array();
- /**
- * Constructor
- *
- * @access public
- */
- function CI_Benchmark()
- {
- }
- // END CI_Benchmark()
// --------------------------------------------------------------------