Delete superfluous function

This commit is contained in:
Justine Tunney 2024-08-29 23:51:22 -07:00
parent c2420860e6
commit 5b9862907c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -42,7 +42,3 @@ void *dlsym(void *, const char *) {
int dlclose(void *) {
return -1;
}
int dl_iterate_phdr(int (*)(void *, size_t, void *), void *) {
return -1;
}