From 3266e569dd2fca478f9093e735e4c6523a5f6e33 Mon Sep 17 00:00:00 2001 From: Cadey Dodrill Date: Fri, 8 Apr 2016 09:22:57 -0700 Subject: [PATCH] remove this old function --- totptool.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/totptool.nim b/totptool.nim index 30e4016..1ae30bc 100644 --- a/totptool.nim +++ b/totptool.nim @@ -27,10 +27,6 @@ Subcommands: totptool tracks """ -proc writeHelp() = - echo usageHelp - quit 2 - proc writeVersion(): string = const gitlog = staticExec "git log -1"