Skip to content
Snippets Groups Projects
Commit 64e8021c authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

oops, this removes dead code left from previous commit

parent 94a4989c
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,6 @@ opus_val32 frac_div32(opus_val32 a, opus_val32 b)
return -2147483647; /* -2^31 */
else
return SHL32(result, 2);
return result;
}
/** Reciprocal sqrt approximation in the range [0.25,1) (Q16 in, Q14 out) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment