summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-07-09 23:28:28 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-07-09 23:28:28 +0000
commitff087055914f258d3dfb6fd4ae2c1ec1f39e63c4 (patch)
tree5a07cd8eb68811bb43cccc2f7800f46ae488f1ef /ext
parentd6b489fb32f9b07644746d74a3983a80520bf064 (diff)
downloadphp-git-ff087055914f258d3dfb6fd4ae2c1ec1f39e63c4.tar.gz
Removed pointless declarations
Diffstat (limited to 'ext')
-rw-r--r--ext/calendar/php_calendar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/calendar/php_calendar.h b/ext/calendar/php_calendar.h
index 79c9edf73c..e353fab893 100644
--- a/ext/calendar/php_calendar.h
+++ b/ext/calendar/php_calendar.h
@@ -7,8 +7,6 @@ extern zend_module_entry calendar_module_entry;
/* Functions */
PHP_MINIT_FUNCTION(calendar);
-PHP_RINIT_FUNCTION(calendar);
-PHP_RSHUTDOWN_FUNCTION(calendar);
PHP_MINFO_FUNCTION(calendar);
PHP_FUNCTION(jdtogregorian);