summaryrefslogtreecommitdiff
path: root/sapi/caudium
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2001-08-05 05:35:06 +0000
committerSebastian Bergmann <sebastian@php.net>2001-08-05 05:35:06 +0000
commita70ecedb33580601e1934979de77e38a44f53ff9 (patch)
tree72feb7085d0c0f49a6da735add12861415d52145 /sapi/caudium
parent1159c84ab7849099d4a717cd05c2d920102040ed (diff)
downloadphp-git-a70ecedb33580601e1934979de77e38a44f53ff9.tar.gz
Remove more duplicate TSRMLS_FETCH() calls.
Diffstat (limited to 'sapi/caudium')
-rw-r--r--sapi/caudium/caudium.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/caudium/caudium.c b/sapi/caudium/caudium.c
index 135c242896..bab0e35734 100644
--- a/sapi/caudium/caudium.c
+++ b/sapi/caudium/caudium.c
@@ -613,8 +613,6 @@ static void php_caudium_module_main(php_caudium_request *ureq)
extern struct program *thread_id_prog;
#endif
TSRMLS_FETCH();
- TSRMLS_FETCH();
- TSRMLS_FETCH();
GET_THIS();
THIS->filename = ureq->filename;
THIS->done_cb = ureq->done_cb;