summaryrefslogtreecommitdiff
path: root/celt/mathops.c
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-04-13 12:29:51 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-04-13 12:29:51 -0400
commit64e8021c2fc7bb8faf697750778a5e267663040b (patch)
treeab72829620362712e93300f2d7d225e27b6a9029 /celt/mathops.c
parent94a4989cdbb07e310d3e9486fa3e81a8b2e68bf9 (diff)
downloadopus-64e8021c2fc7bb8faf697750778a5e267663040b.tar.gz
oops, this removes dead code left from previous commit
Diffstat (limited to 'celt/mathops.c')
-rw-r--r--celt/mathops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/celt/mathops.c b/celt/mathops.c
index 67804289..d81f1c0c 100644
--- a/celt/mathops.c
+++ b/celt/mathops.c
@@ -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) */