diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-07-09 23:28:28 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-07-09 23:28:28 +0000 |
| commit | ff087055914f258d3dfb6fd4ae2c1ec1f39e63c4 (patch) | |
| tree | 5a07cd8eb68811bb43cccc2f7800f46ae488f1ef /ext | |
| parent | d6b489fb32f9b07644746d74a3983a80520bf064 (diff) | |
| download | php-git-ff087055914f258d3dfb6fd4ae2c1ec1f39e63c4.tar.gz | |
Removed pointless declarations
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/calendar/php_calendar.h | 2 |
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); |
