Remove some more useless code

This commit is contained in:
Zeev Suraski 2001-01-13 13:14:49 +00:00
parent fc1cdda10d
commit 7b7d1d962d

View File

@ -101,8 +101,6 @@ static MUTEX_T global_lock;
static void php_build_argv(char *s, zval *track_vars_array ELS_DC PLS_DC);
void *gLock; /*mutex variable */
#define SAFE_FILENAME(f) ((f)?(f):"-")
static PHP_INI_MH(OnSetPrecision)
@ -841,9 +839,7 @@ int php_module_startup(sapi_module_struct *sf)
}
#endif
SET_MUTEX(gLock);
le_index_ptr = zend_register_list_destructors_ex(NULL, NULL, "index pointer", 0);
FREE_MUTEX(gLock);
if (php_init_config(sf->php_ini_path_override) == FAILURE) {
return FAILURE;