mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: remove ir.OSTMTEXPR op
It is not used anywhere. Change-Id: I2b8d64902e16893ab5e1b84943f6d865c6e9c7bd Reviewed-on: https://go-review.googlesource.com/c/go/+/311950 Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com> Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
parent
acf1b46de5
commit
7735ec96c1
2 changed files with 43 additions and 45 deletions
|
|
@ -248,7 +248,6 @@ const (
|
|||
OOFFSETOF // unsafe.Offsetof(X)
|
||||
OSIZEOF // unsafe.Sizeof(X)
|
||||
OMETHEXPR // method expression
|
||||
OSTMTEXPR // statement expression (Init; X)
|
||||
|
||||
// statements
|
||||
OBLOCK // { List } (block of code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue