summaryrefslogtreecommitdiff
path: root/include/extension.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 10:51:37 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 10:51:37 +0100
commita05b25d54df9d42a8fe4632073538ba47eb710ab (patch)
tree30d8aa3bcf304800ba4c02ef8eaffb695bb10a0f /include/extension.h
parentc8d1519f31baed0fb399dac9333e48e2f9e910ad (diff)
fixed various compile issues and namespace implementation
Diffstat (limited to 'include/extension.h')
-rw-r--r--include/extension.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/extension.h b/include/extension.h
index 72c7d56..f04dc8c 100644
--- a/include/extension.h
+++ b/include/extension.h
@@ -152,14 +152,6 @@ public:
private:
/**
- * Initialize all functions in this namespace
- * @param ns Namespace prefix
- * @param entries The array to be filled
- * @return int Number of functions that were initialized
- */
- size_t initialize(const std::string &ns, zend_function_entry entries[]);
-
- /**
* The information that is passed to the Zend engine
*
* Although it would be slightly faster to not make this a pointer, this