diff options
| author | Zeev Suraski <zeev@php.net> | 1999-07-10 11:45:23 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-07-10 11:45:23 +0000 |
| commit | cccd2445ee690c1e954af0189e40a20f34ddb0f9 (patch) | |
| tree | e50ab49463af5b7a204530e583df22cac0c0fae2 /Zend/zend_globals.h | |
| parent | 82563bde6021a7571bf184fdc91c5f591b611c37 (diff) | |
| download | php-git-cccd2445ee690c1e954af0189e40a20f34ddb0f9.tar.gz | |
Get rid of AiCount completely
Diffstat (limited to 'Zend/zend_globals.h')
| -rw-r--r-- | Zend/zend_globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index e679d00054..cba0f45358 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -196,8 +196,6 @@ struct _zend_executor_globals { long precision; - unsigned int AiCount; - zend_ptr_stack garbage; /* for extended information support */ |
