Skip to content

Commit

Permalink
Removed add function
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlloyd committed Oct 20, 2016
1 parent c0fd094 commit 9d9c843
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jmeter-ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ if [ ! -d "$project_home" ] ; then
exit
fi

function add() {
if [ ! -z "$1" -a ! -z "$2" ]; then
echo $[$1 + $2]
else
echo 0
fi
}

# The test has not started yet (used to decide what to do when the script stops)
teststarted=0

Expand Down

0 comments on commit 9d9c843

Please sign in to comment.