projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a5e11
)
Remove unused variable
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 30 Aug 2011 11:56:34 +0000
(13:56 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 30 Aug 2011 11:56:34 +0000
(13:56 +0200)
util/charmap.c
patch
|
blob
|
history
diff --git
a/util/charmap.c
b/util/charmap.c
index
c242b3a
..
c67cae9
100644
(file)
--- a/
util/charmap.c
+++ b/
util/charmap.c
@@
-427,7
+427,7
@@
static int scan_string(char *s_native,
ucs4_t arg[512];
ucs4_t arg_prim[512];
- ucs4_t *s0, *s = arg;
+ ucs4_t *s = arg;
ucs4_t c, begin, end;
size_t i;
@@
-484,7
+484,7
@@
static int scan_string(char *s_native,
break;
case '(':
++s;
- s0 = s; i = 0;
+ i = 0;
while (*s != ')' || s[-1] == '\\')
{
if (*s == '\0')