diff options
author | admin <devnull@localhost> | 2006-09-28 08:50:16 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-28 08:50:16 +0200 |
commit | 33de9a144aad28763405f8ae2d5c59df5e929b4f (patch) | |
tree | e774e7aa9eb99b40979cf2b678aea333dc2de3a5 /system/libraries/Benchmark.php | |
parent | 2296fc3ca61b689a2a486d1d39346424c069dc25 (diff) |
Diffstat (limited to 'system/libraries/Benchmark.php')
-rw-r--r-- | system/libraries/Benchmark.php | 9 |
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() // -------------------------------------------------------------------- |