Skip to content

Commit 14a1a0b

Browse files
committed
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.
1 parent a05dcca commit 14a1a0b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
09cd2be2005d21ad9f146a59d4f7d7b2221a07d7b6e72a63387dc468ea477a1d /usr/local/bin/tox-bootstrapd
1+
9190d56ef3b346bc1632e6d7ee5fe5362be661bff58f2d6d88b5c1d1827394cd /usr/local/bin/tox-bootstrapd

toxcore/network.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737

3838
#include "network.h"
3939

40-
#ifdef PLAN9
41-
#include <u.h> // Plan 9 requires this is imported first
42-
// Comment line here to avoid reordering by source code formatters.
43-
#include <libc.h>
44-
#endif /* PLAN9 */
45-
4640
#ifdef OS_WIN32 // Put win32 includes here
4741
// The mingw32/64 Windows library warns about including winsock2.h after
4842
// windows.h even though with the above it's a valid thing to do. So, to make

0 commit comments

Comments
 (0)