summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-04-03 15:10:30 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-04-03 15:41:41 +0200
commit2bfcd8825c2e6ca6d32fe957cb4cdb185fd28d31 (patch)
treea55771c2b45321eadb43ec0fd035a15a4de89e11 /ext/standard/php_mail.h
parent51bc6233b266f514fb65fa97dfc1754cd0dd4010 (diff)
downloadphp-git-2bfcd8825c2e6ca6d32fe957cb4cdb185fd28d31.tar.gz
Remove now unnecessary PHP_FUNCTION() declarations
Diffstat (limited to 'ext/standard/php_mail.h')
-rw-r--r--ext/standard/php_mail.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h
index 29fb5b77f4..3a2ccdc4b1 100644
--- a/ext/standard/php_mail.h
+++ b/ext/standard/php_mail.h
@@ -17,8 +17,6 @@
#ifndef PHP_MAIL_H
#define PHP_MAIL_H
-PHP_FUNCTION(mail);
-
PHP_MINFO_FUNCTION(mail);
PHPAPI zend_string *php_mail_build_headers(HashTable *headers);