summaryrefslogtreecommitdiff
path: root/src/pkg/datafmt/datafmt.go
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
commit1edefe2f61ce1471640c01b56c7bbec70cbb1ab1 (patch)
tree802a25d409cc4562a1de282b606466b9d35c6476 /src/pkg/datafmt/datafmt.go
parentd695ea26aec6eb89f41d09346d4a029ffac633f4 (diff)
downloadgolang-1edefe2f61ce1471640c01b56c7bbec70cbb1ab1.tar.gz
delete forward type declarations
R=r DELTA=163 (1 added, 149 deleted, 13 changed) OCL=33106 CL=33111
Diffstat (limited to 'src/pkg/datafmt/datafmt.go')
-rw-r--r--src/pkg/datafmt/datafmt.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/datafmt/datafmt.go b/src/pkg/datafmt/datafmt.go
index 60dde3bdb..3a0fa0858 100644
--- a/src/pkg/datafmt/datafmt.go
+++ b/src/pkg/datafmt/datafmt.go
@@ -218,8 +218,6 @@ import (
// ----------------------------------------------------------------------------
// Format representation
-type State struct
-
// Custom formatters implement the Formatter function type.
// A formatter is invoked with the current formatting state, the
// value to format, and the rule name under which the formatter