aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 2ae3a9f..215a961 100644
--- a/src/util.c
+++ b/src/util.c
@@ -96,7 +96,6 @@ tollu(const char *s, unsigned long long int min, unsigned long long int max, uns
int
tolli(const char *s, long long int min, long long int max, long long int *out)
{
- char *end;
int sign = 1;
unsigned long long int inter;
errno = 0;