diff options
Diffstat (limited to 'src/syscall/tables_nonhosted.go')
-rw-r--r-- | src/syscall/tables_nonhosted.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syscall/tables_nonhosted.go b/src/syscall/tables_nonhosted.go index ae0c7cc57..d9f2f8654 100644 --- a/src/syscall/tables_nonhosted.go +++ b/src/syscall/tables_nonhosted.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build baremetal || nintendoswitch || js -// +build baremetal nintendoswitch js package syscall |