summaryrefslogtreecommitdiff
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
commitd3d68c248bff95fb98396398d30b51773b61c973 (patch)
tree7abb59cf954ae9ea6956bbf3fd72b031b954cf55 /src/runtime/asm_arm.s
parent3264e89a0da69d919af86273e9a9a12e45b125e0 (diff)
downloadgo-d3d68c248bff95fb98396398d30b51773b61c973.tar.gz
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://codereview.appspot.com/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 b21441488..621d13187 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