Skip to content

Commit

Permalink
cleanup: Remove plan9 support.
Browse files Browse the repository at this point in the history
We really don't support it. I tried for half an hour to get some kind of
plan9 cross compilation to work, but it's not working. If anyone wants
to bring it back, they are welcome to send a PR including a CI check for
it. Until then, these 5 lines of unused code are gone.
  • Loading branch information
iphydf committed Jan 24, 2024
1 parent a05dcca commit 2d41b79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions toxcore/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@

#include "network.h"

#ifdef PLAN9
#include <u.h> // Plan 9 requires this is imported first
// Comment line here to avoid reordering by source code formatters.
#include <libc.h>
#endif /* PLAN9 */

#ifdef OS_WIN32 // Put win32 includes here
// The mingw32/64 Windows library warns about including winsock2.h after
// windows.h even though with the above it's a valid thing to do. So, to make
Expand Down

0 comments on commit 2d41b79

Please sign in to comment.