Remove unused variables

This commit is contained in:
Pierrick Charron 2010-06-01 17:13:50 +00:00
parent 3a5323e9ee
commit 19ff5b7916
2 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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)) {