mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Delete superfluous function
This commit is contained in:
parent
c2420860e6
commit
5b9862907c
1 changed files with 0 additions and 4 deletions
|
@ -42,7 +42,3 @@ void *dlsym(void *, const char *) {
|
||||||
int dlclose(void *) {
|
int dlclose(void *) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int dl_iterate_phdr(int (*)(void *, size_t, void *), void *) {
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue