summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-04-22 12:35:22 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-04-22 12:35:22 +0000
commitc5c9f30d3660674771cdb3326019c97f031a9791 (patch)
tree44179b89b3780868571fce5492180f1af597653f
parentac231aab45bb9ab965f0a6688e2793488cbcaabf (diff)
downloadphp-git-c5c9f30d3660674771cdb3326019c97f031a9791.tar.gz
Removed unused vars
-rwxr-xr-xext/intl/msgformat/msgformat_attr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/intl/msgformat/msgformat_attr.c b/ext/intl/msgformat/msgformat_attr.c
index 29ece3fa35..5b142540d9 100755
--- a/ext/intl/msgformat/msgformat_attr.c
+++ b/ext/intl/msgformat/msgformat_attr.c
@@ -34,8 +34,6 @@
PHP_FUNCTION( msgfmt_get_pattern )
{
UChar value_buf[64];
- int length = USIZE( value_buf );
- UChar* value = value_buf;
MSG_FORMAT_METHOD_INIT_VARS;
/* Parse parameters. */