aboutsummaryrefslogtreecommitdiff
path: root/cmd/krino/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/krino/main.go')
-rw-r--r--cmd/krino/main.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/krino/main.go b/cmd/krino/main.go
index 0048098..9618f6c 100644
--- a/cmd/krino/main.go
+++ b/cmd/krino/main.go
@@ -97,9 +97,3 @@ func parse(fs *flag.FlagSet, args []string, stdout, stderr io.Writer) (int, bool
return 2, false
}
}
-
-// cmdSort plans and applies the included directories. It arrives in plan 3.
-func cmdSort(g *globals, names []string, stdout, stderr io.Writer) int {
- fmt.Fprintln(stderr, "krino: sorting is not implemented yet; try 'krino check'")
- return 2
-}