Remove unused scandir() compat implementation

scandir() isn't used anywhere within the client, so we don't need to bother with a compat
implementation for systems that don't have it.
This commit is contained in:
Kevin Easton
2017-05-03 22:49:30 +10:00
parent 74a0c89d26
commit 6234efc2fd
5 changed files with 4 additions and 126 deletions

View File

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