mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Remove unused variables
This commit is contained in:
parent
3a5323e9ee
commit
19ff5b7916
@ -108,8 +108,6 @@ PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_
|
||||
}
|
||||
|
||||
if (type == 1) {
|
||||
int ob_level;
|
||||
|
||||
PHPWRITE(buf, bufl);
|
||||
if (php_output_get_level(TSRMLS_C) < 1) {
|
||||
sapi_flush(TSRMLS_C);
|
||||
|
@ -120,7 +120,6 @@ static void php_info_print_stream_hash(const char *name, HashTable *ht TSRMLS_DC
|
||||
{
|
||||
char *key;
|
||||
uint len;
|
||||
int type;
|
||||
|
||||
if (ht) {
|
||||
if (zend_hash_num_elements(ht)) {
|
||||
|
Loading…
Reference in New Issue
Block a user