mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove unnecessary return statement.
This code can never be reached.
This commit is contained in:
parent
5f6842656f
commit
c3f051583c
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ var Numerical = new function() {
|
|||
roots[0] = (A + B) - b;
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue