aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-01-27 17:41:55 +0100
committerTeddy Wing2018-01-27 17:43:34 +0100
commitc99f17eb0186b3daad5d43885c654520a95daa9a (patch)
tree5ad0e83d43546575b954b5be585e30c729b66d2e
parentd300bbb967bea77e00ec0459bb2684d5fb87b3f8 (diff)
downloadharvester-c99f17eb0186b3daad5d43885c654520a95daa9a.tar.bz2
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.
-rwxr-xr-xharvester4
1 files changed, 0 insertions, 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=''