diff options
Diffstat (limited to 'libgo/runtime/getncpu-none.c')
-rw-r--r-- | libgo/runtime/getncpu-none.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libgo/runtime/getncpu-none.c b/libgo/runtime/getncpu-none.c deleted file mode 100644 index ba6fd4e..0000000 --- a/libgo/runtime/getncpu-none.c +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2012 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -#include "runtime.h" -#include "defs.h" - -int32 -getproccount(void) -{ - return 0; -} |