aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fix/printerconfig.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/fix/printerconfig.go')
-rw-r--r--src/cmd/fix/printerconfig.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/cmd/fix/printerconfig.go b/src/cmd/fix/printerconfig.go
deleted file mode 100644
index f9e49d7c0b..0000000000
--- a/src/cmd/fix/printerconfig.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2012 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-func init() {
- register(printerconfigFix)
-}
-
-var printerconfigFix = fix{
- name: "printerconfig",
- date: "2012-12-11",
- f: noop,
- desc: `Add element keys to Config composite literals (removed).`,
-}