summaryrefslogtreecommitdiffstats
path: root/system/libraries/Hooks.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Hooks.php')
-rw-r--r--system/libraries/Hooks.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php
index 3c35c9088..6f48723f6 100644
--- a/system/libraries/Hooks.php
+++ b/system/libraries/Hooks.php
@@ -109,7 +109,6 @@ class CI_Hooks {
return TRUE;
}
- // END hook_exists()
// --------------------------------------------------------------------
@@ -218,8 +217,6 @@ class CI_Hooks {
$this->in_progress = FALSE;
return TRUE;
}
- // END _run_hook()
-
}