Commit 6ea340fd authored by Ian Lance Taylor's avatar Ian Lance Taylor

cmd/6g: remove unused stosptr variable

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/78030043
parent 14664050
......@@ -22,7 +22,6 @@ vlong MAXWIDTH = 1LL<<50;
int addptr = AADDQ;
int movptr = AMOVQ;
int leaptr = ALEAQ;
int stosptr = ASTOSQ;
int cmpptr = ACMPQ;
/*
......@@ -49,7 +48,6 @@ betypeinit(void)
addptr = AADDL;
movptr = AMOVL;
leaptr = ALEAL;
stosptr = ASTOSL;
cmpptr = ACMPL;
typedefs[0].sameas = TINT32;
typedefs[1].sameas = TUINT32;
......
......@@ -28,7 +28,6 @@ extern int addptr;
extern int cmpptr;
extern int movptr;
extern int leaptr;
extern int stosptr;
/*
* ggen.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment