diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-31 05:44:11 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-31 05:44:11 +0000 |
commit | aa1772ca7263173ee47af0d83fea866f194757ba (patch) | |
tree | a8ea8932a07875a43423a8ffcd0100eab0c0f8a7 /main/php_ticks.c | |
parent | 57507b4ea6bb2a38578444ca8359806f241fa8f5 (diff) | |
download | php-git-aa1772ca7263173ee47af0d83fea866f194757ba.tar.gz |
More TSRMLS_FETCH annihilation
Diffstat (limited to 'main/php_ticks.c')
-rw-r--r-- | main/php_ticks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_ticks.c b/main/php_ticks.c index b82d5b03a9..da0430cd71 100644 --- a/main/php_ticks.c +++ b/main/php_ticks.c @@ -62,7 +62,6 @@ static void php_tick_iterator(void *data, void *arg TSRMLS_DC) memcpy(&func, data, sizeof(void(*)(int))); func(*((int *)arg)); - return SUCCESS; } void php_run_ticks(int count) |