]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: cull UINF
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 4 Mar 2017 00:33:06 +0000 (16:33 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 4 Mar 2017 01:20:58 +0000 (01:20 +0000)
It was used with Node.Ullman, which is now gone.

Change-Id: I83b167645659ae7ef70043b7915d642e42ca524f
Reviewed-on: https://go-review.googlesource.com/37761
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/compile/internal/gc/go.go

index 9bf4b493951985bbb6490d44482b9926519004a7..06f511a558258377b045b8294a19fc88bd636bcf 100644 (file)
@@ -12,7 +12,6 @@ import (
 )
 
 const (
-       UINF            = 100
        BADWIDTH        = -1000000000
        MaxStackVarSize = 10 * 1024 * 1024
 )