Skip to content
Snippets Groups Projects
Commit 1dfa18c5 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

test: remove unused variable

parent bcdf2b8a
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,6 @@ static void XMLCALL startElementCallback(void *userData, const char *name, const ...@@ -161,7 +161,6 @@ static void XMLCALL startElementCallback(void *userData, const char *name, const
char value[50]; char value[50];
const char **att; const char **att;
const char **val;
for (att = atts; *att; att += 2) { for (att = atts; *att; att += 2) {
const char **val = att+1; const char **val = att+1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment