Remove unused function definition.

This commit is contained in:
Dianne Skoll
2023-03-07 16:40:53 -05:00
parent 3a5af23ab6
commit f3ea2962e6

View File

@@ -42,7 +42,6 @@ SET Week_1 1
SET Week_2 8
SET Week_3 15
SET Week_4 22
FSET _last(mo) "1 " + MON((mo%12)+1) + " --7"
#################################################################
# Function that removes a single leading zero from a string... #