summaryrefslogtreecommitdiff
path: root/cmd/uptfs
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/uptfs')
-rw-r--r--cmd/uptfs/main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/uptfs/main.go b/cmd/uptfs/main.go
index 5bc1a54..a088b52 100644
--- a/cmd/uptfs/main.go
+++ b/cmd/uptfs/main.go
@@ -20,11 +20,6 @@ var args struct {
Filter []string `arg:"-f,separate" help:"name of a filter that will be applied to text, can be specified multiple times"`
}
-func errExit(err error) {
- fmt.Println(err)
- os.Exit(1)
-}
-
func main() {
arg.MustParse(&args)