summaryrefslogtreecommitdiff
path: root/test/ken/ptrfun.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-12 13:18:54 -0700
committerRuss Cox <rsc@golang.org>2009-08-12 13:18:54 -0700
commit00d3aec9c798ffa5b27c50eae9feb8fd382913d3 (patch)
tree5c642bf4fc333537144c9e43fc2bc06bce4f8a52 /test/ken/ptrfun.go
parentf07be25e900e7bf3bdb9f172d50e1f30669270a8 (diff)
downloadgo-00d3aec9c798ffa5b27c50eae9feb8fd382913d3.tar.gz
convert non-pkg go files to whole-package compilation.
mostly removing forward declarations. R=r DELTA=138 (2 added, 127 deleted, 9 changed) OCL=33068 CL=33099
Diffstat (limited to 'test/ken/ptrfun.go')
-rw-r--r--test/ken/ptrfun.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ken/ptrfun.go b/test/ken/ptrfun.go
index fe16fce3a..111ac61bb 100644
--- a/test/ken/ptrfun.go
+++ b/test/ken/ptrfun.go
@@ -13,8 +13,6 @@ type C struct
x func(p *C)int;
}
-func g(p *C)int;
-
func
(this *C) f()int
{