Commit cb1e6e41 authored by Alex Henrie's avatar Alex Henrie Committed by Stefan Behnel

Remove duplicated line from __Pyx_c_pow

parent 5b396db0
......@@ -253,7 +253,6 @@ static {{type}} __Pyx_PyComplex_As_{{type_name}}(PyObject* o) {
case 1:
return a;
case 2:
z = __Pyx_c_prod{{func_suffix}}(a, a);
return __Pyx_c_prod{{func_suffix}}(a, a);
case 3:
z = __Pyx_c_prod{{func_suffix}}(a, a);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment