diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2009-04-22 12:35:22 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2009-04-22 12:35:22 +0000 |
commit | c5c9f30d3660674771cdb3326019c97f031a9791 (patch) | |
tree | 44179b89b3780868571fce5492180f1af597653f | |
parent | ac231aab45bb9ab965f0a6688e2793488cbcaabf (diff) | |
download | php-git-c5c9f30d3660674771cdb3326019c97f031a9791.tar.gz |
Removed unused vars
-rwxr-xr-x | ext/intl/msgformat/msgformat_attr.c | 2 |
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. */ |