mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
cleanup: Remove plan9 support.
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.
This commit is contained in:
parent
a05dccad13
commit
14a1a0b9bd
|
@ -1 +1 @@
|
||||||
09cd2be2005d21ad9f146a59d4f7d7b2221a07d7b6e72a63387dc468ea477a1d /usr/local/bin/tox-bootstrapd
|
9190d56ef3b346bc1632e6d7ee5fe5362be661bff58f2d6d88b5c1d1827394cd /usr/local/bin/tox-bootstrapd
|
||||||
|
|
|
@ -37,12 +37,6 @@
|
||||||
|
|
||||||
#include "network.h"
|
#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
|
#ifdef OS_WIN32 // Put win32 includes here
|
||||||
// The mingw32/64 Windows library warns about including winsock2.h after
|
// 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
|
// windows.h even though with the above it's a valid thing to do. So, to make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user