Loading...
gen/stack_logging.h Libc-763.13 Libc-583
--- Libc/Libc-763.13/gen/stack_logging.h
+++ Libc/Libc-583/gen/stack_logging.h
@@ -59,8 +59,6 @@
 	mach_vm_address_t	address;
 } mach_stack_logging_record_t;
 
-extern kern_return_t __mach_stack_logging_set_file_path(task_t task, char* file_path);
-
 extern kern_return_t __mach_stack_logging_get_frames(task_t task, mach_vm_address_t address, mach_vm_address_t *stack_frames_buffer, uint32_t max_stack_frames, uint32_t *count);
     /* Gets the last allocation record (malloc, realloc, or free) about address */