summaryrefslogtreecommitdiff
path: root/include/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hooks.h')
-rw-r--r--include/hooks.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hooks.h b/include/hooks.h
index f5a728d8e1..d62fca9b4a 100644
--- a/include/hooks.h
+++ b/include/hooks.h
@@ -168,11 +168,6 @@ struct hook_data {
};
/**
- * Initialize the hooks library.
- */
-void hook_init(void);
-
-/**
* Call all the hook routines of a specified type.
*
* This function must be called from the correct type-specific context (task);