about summary refs log tree commit diff
path: root/seq.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-21 20:24:37 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-21 20:24:37 +0200
commit1547d2a0e2335b7d11e2b8c674913636b7dc28e0 (patch)
tree79119c51f62a88cdaa646d6ec1c7203508430930 /seq.c
parenta82cb18cccfdfea6237f7c6e02dc15fabb4ec549 (diff)
downloadmblaze-1547d2a0e2335b7d11e2b8c674913636b7dc28e0.tar.gz
mblaze-1547d2a0e2335b7d11e2b8c674913636b7dc28e0.tar.xz
mblaze-1547d2a0e2335b7d11e2b8c674913636b7dc28e0.zip
seq: clean up
Found by clang-analyzer.
Diffstat (limited to 'seq.c')
-rw-r--r--seq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/seq.c b/seq.c
index 4c26f4d..15e7b25 100644
--- a/seq.c
+++ b/seq.c
@@ -212,7 +212,6 @@ parse_range(char *a, long *start, long *stop, long cur, long lines)
 			char *b = parse_relnum(a, cur, lines, stop);
 			if (a == b)
 				return 0;
-			a = b;
 		}
 	} else if (!*a) {
 		*stop = *start;