]> Cypherpunks repositories - gostls13.git/commit
Fix declared and not used errors and unused import errors in
authorAustin Clements <aclements@csail.mit.edu>
Thu, 24 Sep 2009 15:25:14 +0000 (08:25 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Thu, 24 Sep 2009 15:25:14 +0000 (08:25 -0700)
commitda4a22993e095acf84d00f6b3f87db9be6493242
treea2afa274d520850ed457f199049d320a4a5fff38
parent73bac0416b658cbc6aef0daec3930e4019e21d0c
Fix declared and not used errors and unused import errors in
the interpreter and update code to use ast.BasicDecl and
multi-type switch.  There are still a lot of "switch _ :=
x.(type)" that should make use of the new type switch syntax,
but those will be a different CL.

R=rsc
APPROVED=rsc
DELTA=58  (16 added, 23 deleted, 19 changed)
OCL=34853
CL=34963
usr/austin/eval/compiler.go
usr/austin/eval/expr.go
usr/austin/eval/scope.go
usr/austin/eval/stmt.go
usr/austin/eval/type.go
usr/austin/eval/typec.go
usr/austin/eval/util.go
usr/austin/eval/world.go