summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2017-01-12 20:29:54 -0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-01-12 23:35:55 -0500
commitc9ba55208c842a1681d82e7d7ff44fafedd2a853 (patch)
tree184496048396d6ae1017caeca64f515bfa599bff
parent19b13443b38a04b7abe755af78d46619dd8e40ef (diff)
downloadopus-c9ba55208c842a1681d82e7d7ff44fafedd2a853.tar.gz
fixed_debug.h: delete some dead code
this has the side-effect of removing some C++ style comments Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-rw-r--r--celt/fixed_debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/celt/fixed_debug.h b/celt/fixed_debug.h
index c9546a7d..348d3ed7 100644
--- a/celt/fixed_debug.h
+++ b/celt/fixed_debug.h
@@ -238,9 +238,6 @@ static OPUS_INLINE int SHL32_(opus_int64 a, int shift, char *file, int line)
#define HALF16(x) (SHR16(x,1))
#define HALF32(x) (SHR32(x,1))
-//#define SHR(a,shift) ((a) >> (shift))
-//#define SHL(a,shift) ((a) << (shift))
-
#define ADD16(a, b) ADD16_(a, b, __FILE__, __LINE__)
static OPUS_INLINE short ADD16_(int a, int b, char *file, int line)
{