diff options
Diffstat (limited to 'test/ken/rob2.go')
-rw-r--r-- | test/ken/rob2.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ken/rob2.go b/test/ken/rob2.go index 5098d9399..0e18b3b8a 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; |