aboutsummaryrefslogtreecommitdiff
path: root/test/ken
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-12 14:40:47 -0700
committerRuss Cox <rsc@golang.org>2009-08-12 14:40:47 -0700
commitb5c57fea969e527a8127ffc3e62bba63ca861945 (patch)
tree802a25d409cc4562a1de282b606466b9d35c6476 /test/ken
parentff5618e2e3087199d35ad78c799751f95b046767 (diff)
downloadgo-b5c57fea969e527a8127ffc3e62bba63ca861945.tar.gz
go-b5c57fea969e527a8127ffc3e62bba63ca861945.zip
delete forward type declarations
R=r DELTA=163 (1 added, 149 deleted, 13 changed) OCL=33106 CL=33111
Diffstat (limited to 'test/ken')
-rw-r--r--test/ken/rob2.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ken/rob2.go b/test/ken/rob2.go
index 5098d93990..0e18b3b8a0 100644
--- a/test/ken/rob2.go
+++ b/test/ken/rob2.go
@@ -9,12 +9,6 @@ package main
const nilchar = 0;
-type (
- Atom struct;
- List struct;
- Slist struct;
-)
-
type Atom struct {
str string;
integer int;