summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-08-13 22:18:05 +0400
committerDmitry Stogov <dmitry@zend.com>2014-08-13 22:18:05 +0400
commit01c8aee7d20e6c2a466fad3592cff3d00fbd5aad (patch)
treec5d8a4da1339ca85b8c4242709d6d6b77bda8f1c /win32
parenta08b7b7701d2669a8e242cdb015f81d21a0ccb52 (diff)
downloadphp-git-01c8aee7d20e6c2a466fad3592cff3d00fbd5aad.tar.gz
cleanup
Diffstat (limited to 'win32')
-rw-r--r--win32/sendmail.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/sendmail.c b/win32/sendmail.c
index ed9736c1dd..c191e0f3aa 100644
--- a/win32/sendmail.c
+++ b/win32/sendmail.c
@@ -616,9 +616,6 @@ static int SendText(char *RPath, char *Subject, char *mailTo, char *mailCc, char
return (res);
}
-//???PHPAPI zend_string *php_str_to_str(char *haystack, int length, char *needle,
-//??? int needle_len, char *str, int str_len);
-
/* Escape \n. sequences
* We use php_str_to_str() and not php_str_replace_in_subject(), since the latter
* uses ZVAL as it's parameters */