diff options
Diffstat (limited to 'src/fmt/format.go')
| -rw-r--r-- | src/fmt/format.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fmt/format.go b/src/fmt/format.go index 0aa6670366..74e600cab2 100644 --- a/src/fmt/format.go +++ b/src/fmt/format.go @@ -34,11 +34,6 @@ type fmtFlags struct { // different, flagless formats set at the top level. plusV bool sharpV bool - - // error-related flags. - inDetail bool - needNewline bool - needColon bool } // A fmt is the raw formatter used by Printf etc. |
