hw: Remove useless variable

This commit is contained in:
Adam Goldsmith 2015-12-15 14:59:36 -05:00
parent 8b9cfd0456
commit b66dcb8c0b
1 changed files with 0 additions and 2 deletions

2
hw
View File

@ -53,10 +53,8 @@ else
then
inDate="$(textToDate "$1" | tr -d '-' | cut -f1)"
fi
x=0
for i in $("$TODO_FULL_SH" list | grep "+hw")
do
x=$(($x+1))
date=$(grep -oP "due:\K[0-9-]*" <<< "$i"| tr -d '-' | cut -f1)
if [ "$date" -le "$today" ]
then