From c99f17eb0186b3daad5d43885c654520a95daa9a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 27 Jan 2018 17:41:55 +0100 Subject: harvester: Delete `get_value` function Not using this. I had added it as a possible way to handle both `-p` and `--project=aproject`-style variables at the same time, but it didn't seem like I'd be able to do that, which is why I now have two case branches per option. --- harvester | 4 ---- 1 file changed, 4 deletions(-) diff --git a/harvester b/harvester index aaa179c..2641fa8 100755 --- a/harvester +++ b/harvester @@ -1,9 +1,5 @@ #!/bin/bash -function get_value () { - local option="$1" -} - function main () { local project='' local time='' -- cgit v1.2.3