Skip to content

Commit caff611

Browse files
committed
Remove unused variables
1 parent 3751efa commit caff611

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ext/mbstring/mbstring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ static char *php_mb_rfc1867_getword_conf(const zend_encoding *encoding, char *st
11471147

11481148
static char *php_mb_rfc1867_basename(const zend_encoding *encoding, char *filename TSRMLS_DC) /* {{{ */
11491149
{
1150-
char *s, *s2, *tmp;
1150+
char *s, *s2;
11511151
const size_t filename_len = strlen(filename);
11521152

11531153
/* The \ check should technically be needed for win32 systems only where

ext/xsl/xsltprocessor.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,6 @@ PHP_FUNCTION(xsl_xsltprocessor_get_security_prefs)
934934
{
935935
zval *id;
936936
xsl_object *intern;
937-
long securityPrefs;
938937

939938
DOM_GET_THIS(id);
940939
if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "") == SUCCESS) {

0 commit comments

Comments
 (0)