Skip to content

Commit 5a50770

Browse files
delete doubled t8_free (#52)
1 parent 0a790ad commit 5a50770

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/T8code.jl

-4
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ function __init__()
202202
end
203203
end
204204

205-
function t8_free(ptr)
206-
T8code.Libt8.sc_free(t8_get_package_id(), ptr)
207-
end
208-
209205
# Following functions are not part of the official public API of t8code but are
210206
# needed nevertheless by some application codes. This will be fixed resp. more
211207
# streamlined in future releases of t8code.

0 commit comments

Comments
 (0)