aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-19 18:26:40 -0700
committerfriendica <info@friendica.com>2012-06-19 18:26:40 -0700
commit1dd33770ed906c5c264166ae592779023ad2f919 (patch)
treef0881c4295fab772923261faa28ddbe36b3f19f0 /boot.php
parent01aa9539516a5a530c017a5effc9c186a4313649 (diff)
downloadvolse-hubzilla-1dd33770ed906c5c264166ae592779023ad2f919.tar.gz
volse-hubzilla-1dd33770ed906c5c264166ae592779023ad2f919.tar.bz2
volse-hubzilla-1dd33770ed906c5c264166ae592779023ad2f919.zip
plugin optimisation - don't loop through every single plugin callback for every hook call, only those registered for that hook
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/boot.php b/boot.php
index 78e1dac6a..76cf8af57 100644
--- a/boot.php
+++ b/boot.php
@@ -78,14 +78,6 @@ define ( 'CONTACT_IS_FRIEND', 3);
/**
- * Hook array order
- */
-
-define ( 'HOOK_HOOK', 0);
-define ( 'HOOK_FILE', 1);
-define ( 'HOOK_FUNCTION', 2);
-
-/**
* DB update return values
*/