diff options
author | foobar <sniper@php.net> | 2005-06-16 22:03:04 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-16 22:03:04 +0000 |
commit | a87d9876cfc0501e85e6322cd573d919a9b83dc9 (patch) | |
tree | 289c49d0e5624da4750baaacf0b5bf7040492289 | |
parent | f2fab902c4e2d55a9c9060638ff2b88722c141c6 (diff) | |
download | php-git-a87d9876cfc0501e85e6322cd573d919a9b83dc9.tar.gz |
nuke unused entries
-rw-r--r-- | ext/date/php_date.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index 598c4af69a..91bd234944 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -28,8 +28,6 @@ PHP_FUNCTION(strtotime); PHP_MINIT_FUNCTION(date); PHP_MSHUTDOWN_FUNCTION(date); -PHP_RINIT_FUNCTION(date); -PHP_RSHUTDOWN_FUNCTION(date); PHP_MINFO_FUNCTION(date); |