aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm.s
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2014-10-21 14:46:07 -0700
committerKeith Randall <khr@golang.org>2014-10-21 14:46:07 -0700
commitb60d5e12e983e7e48ffab47b15e372bd23fbad98 (patch)
tree06cbdf515ac0228fe662c5516d7abbed74e72024 /src/runtime/asm_arm.s
parentf29bd6c4a4385cd9ad24b4a0da0b66dd4f6644aa (diff)
downloadgo-b60d5e12e983e7e48ffab47b15e372bd23fbad98.tar.xz
runtime: warn that cputicks() might not be monotonic.
Get rid of gocputicks(), it is no longer used. LGTM=bradfitz, dave R=golang-codereviews, bradfitz, dave, minux CC=golang-codereviews https://golang.org/cl/161110044
Diffstat (limited to 'src/runtime/asm_arm.s')
-rw-r--r--src/runtime/asm_arm.s3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/asm_arm.s b/src/runtime/asm_arm.s
index b21441488a..621d13187a 100644
--- a/src/runtime/asm_arm.s
+++ b/src/runtime/asm_arm.s
@@ -1275,9 +1275,6 @@ TEXT runtime·fastrand1(SB),NOSPLIT,$-4-4
MOVW R0, ret+0(FP)
RET
-TEXT runtime·gocputicks(SB),NOSPLIT,$0
- B runtime·cputicks(SB)
-
TEXT runtime·return0(SB),NOSPLIT,$0
MOVW $0, R0
RET