diff options
Diffstat (limited to 'gcc-4.8.1/libgo/runtime/getncpu-none.c')
-rw-r--r-- | gcc-4.8.1/libgo/runtime/getncpu-none.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.8.1/libgo/runtime/getncpu-none.c b/gcc-4.8.1/libgo/runtime/getncpu-none.c deleted file mode 100644 index ba6fd4e68..000000000 --- a/gcc-4.8.1/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; -} |