commit 4093341657c67f03b48718647b2cd378e74c14dc
Author: sin <[email protected]>
AuthorDate: Sat Mar 26 08:17:06 2016 +0000
Commit: sin <[email protected]>
CommitDate: Sat Mar 26 08:18:47 2016 +0000
test: Remove unused variable
diff --git a/test.c b/test.c
index d5f167a..80b11fc 100644
--- a/test.c
+++ b/test.c
@@ -12,7 +12,6 @@ intcmp(char *a, char *b)
char *s;
int asign = *a == '-' ? -1 : 1;
int bsign = *b == '-' ? -1 : 1;
- int ret;
if (*a == '-' || *a == '+') a += 1;
if (*b == '-' || *b == '+') b += 1;