dead code fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9866 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
67f9ff66c9
commit
1160c80a01
1 changed files with 1 additions and 1 deletions
|
|
@ -1375,7 +1375,7 @@ static List * Swig_overload_rank(Node *n,
|
|||
differ = t1v-t2v;
|
||||
}
|
||||
else if (!t1 && t2) differ = 1;
|
||||
else if (t2 && !t1) differ = -1;
|
||||
else if (t1 && !t2) differ = -1;
|
||||
else if (!t1 && !t2) differ = -1;
|
||||
num_checked++;
|
||||
if (differ > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue