Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
removed senseless waste of code
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Jan 12, 2013
1 parent ceb1550 commit 6afcd73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/store.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@ void pthreads_remove_obj_arr_recursive_ressources(zval **pzval TSRMLS_DC) {
thash = Z_OBJDEBUG_PP(pzval, is_temp);
}

if (thash && ++thash->nApplyCount > 1) {
--thash->nApplyCount;
return;
}
if (thash) {
zend_hash_apply(thash, (apply_func_args_t)pthreads_remove_obj_arr_ressources TSRMLS_CC);
}
Expand Down

0 comments on commit 6afcd73

Please sign in to comment.