Skip to content

Commit d24f0ce

Browse files
committed
Removed declaration of the argExpected array as this will now need to be done prior to the execution of this script
1 parent 936c219 commit d24f0ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

argument-parser.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ regexArgDesc='^.* - (.*)'
1313
# Initialise some variables
1414
declare -A argv;
1515
argv=()
16-
declare -A argExpected
17-
argExpected=()
1816
declare -a argChunks
1917
argChunks=()
2018
declare -a parameters

0 commit comments

Comments
 (0)