ref: c9ba55208c842a1681d82e7d7ff44fafedd2a853
parent: 19b13443b38a04b7abe755af78d46619dd8e40ef
author: James Zern <jzern@google.com>
date: Thu Jan 12 15:29:54 EST 2017
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>
--- a/celt/fixed_debug.h
+++ b/celt/fixed_debug.h
@@ -238,9 +238,6 @@
#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)
{