Skip to content

Commit bf02b95

Browse files
Remove unnecessary export_name
Co-authored-by: Florian Engelhardt <[email protected]>
1 parent 8efaf9b commit bf02b95

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

profiling/src/allocation/allocation_le83.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ unsafe extern "C" fn alloc_prof_free(ptr: *mut c_void) {
383383
tls_zend_mm_state_get!(free)(ptr);
384384
}
385385

386-
#[export_name = "ddog_php_prof_alloc_prof_prev_free"]
387386
unsafe fn alloc_prof_prev_free(ptr: *mut c_void) {
388387
// Safety: `ZEND_MM_STATE.prev_custom_mm_free` will be initialised in
389388
// `alloc_prof_rinit()` and only point to this function when

0 commit comments

Comments
 (0)