Fix unused variables found by Coverity checker

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13892 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-11-16 19:33:43 +00:00
commit e87e94572e
2 changed files with 1 additions and 5 deletions

View file

@ -1004,7 +1004,6 @@ static String *resolve_create_node_scope(String *cname) {
} else {
/* now this last part is a class */
si = Next(si);
ns1 = Swig_symbol_clookup(sname,0);
/* or a nested class tree, which is unrolled here */
for (; si.item; si = Next(si)) {
if (si.item) {