Skip to content

Commit 87ab718

Browse files
committed
Remove additional unrelated functions
1 parent 52525f2 commit 87ab718

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/zend/ex.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,6 @@ impl ExecuteData {
231231
let size = std::mem::size_of::<T>();
232232
((size as isize) + ZEND_MM_ALIGNMENT as isize - 1) & ZEND_MM_ALIGNMENT_MASK as isize
233233
}
234-
235-
pub fn previous(&self) -> Option<&Self> {
236-
unsafe { self.prev_execute_data.as_ref() }
237-
}
238-
239-
pub fn function(&self) -> Option<&_zend_function> {
240-
unsafe { self.func.as_ref() }
241-
}
242234
}
243235

244236
#[cfg(test)]

0 commit comments

Comments
 (0)