Remove unused opendir.c

opendir() / readdir() have been in POSIX since the beginning.  This file isn't hooked up to compile anyway.
This commit is contained in:
Kevin Easton
2017-05-03 23:19:05 +10:00
parent 6234efc2fd
commit 107774aa51
2 changed files with 2 additions and 108 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Remove unused opendir.c. (caf)
* Remove unused scandir() compat implementation. (caf)
* Use the same compat.o and ircsig.o object files for the wserv and scr-bx