File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -599,8 +599,6 @@ static int accelerator_get_scripts(zval *return_value)
599599 zval persistent_script_report ;
600600 zend_accel_hash_entry * cache_entry ;
601601 struct tm * ta ;
602- struct timeval exec_time ;
603- struct timeval fetch_time ;
604602
605603 if (!ZCG (accelerator_enabled ) || accelerator_shm_read_lock () != SUCCESS ) {
606604 return 0 ;
@@ -630,8 +628,6 @@ static int accelerator_get_scripts(zval *return_value)
630628 if (ZCG (accel_directives ).validate_timestamps ) {
631629 add_assoc_long (& persistent_script_report , "timestamp" , (zend_long )script -> timestamp );
632630 }
633- timerclear (& exec_time );
634- timerclear (& fetch_time );
635631
636632 add_assoc_long (& persistent_script_report , "revalidate" , (zend_long )script -> dynamic_members .revalidate );
637633
You can’t perform that action at this time.
0 commit comments