From 714a73f028fa5a3c5b6512bf5e55b94be388de8f Mon Sep 17 00:00:00 2001 From: Lynn Cyrin Date: Thu, 1 Aug 2019 19:57:14 -0700 Subject: [PATCH] remove unused thing --- app.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.go b/app.go index 6557044..80989aa 100644 --- a/app.go +++ b/app.go @@ -10,9 +10,6 @@ import ( "time" ) -// printerFunc is the function signature for fmt.Fprintln -type printerFunc func(io.Writer, ...interface{}) (int, error) - var ( changeLogURL = "https://github.com/urfave/cli/blob/master/CHANGELOG.md" appActionDeprecationURL = fmt.Sprintf("%s#deprecated-cli-app-action-signature", changeLogURL)