Skip to content

Commit c5ad07a

Browse files
Remove unused line in memcxt_tests.rs (pgcentralfoundation#2220)
1 parent 6389adb commit c5ad07a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pgrx-tests/src/tests/memcxt_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ mod tests {
3535
pub fn accept_mcx_return_timetz<'mcx>(
3636
memcx: &'mcx MemCx<'mcx>,
3737
) -> PBox<'mcx, TimeWithTimeZone> {
38-
let palloc = memcx.alloc_bytes(size_of::<TimeWithTimeZone>());
3938
let timetz = TimeWithTimeZone::new(4, 20, 0.0).unwrap();
4039
PBox::new_in(timetz, memcx)
4140
}

0 commit comments

Comments
 (0)