Skip to content

Commit c9ba552

Browse files
jzernjmvalin
authored andcommitted
fixed_debug.h: delete some dead code
this has the side-effect of removing some C++ style comments Signed-off-by: Jean-Marc Valin <[email protected]>
1 parent 19b1344 commit c9ba552

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

celt/fixed_debug.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ static OPUS_INLINE int SHL32_(opus_int64 a, int shift, char *file, int line)
238238
#define HALF16(x) (SHR16(x,1))
239239
#define HALF32(x) (SHR32(x,1))
240240

241-
//#define SHR(a,shift) ((a) >> (shift))
242-
//#define SHL(a,shift) ((a) << (shift))
243-
244241
#define ADD16(a, b) ADD16_(a, b, __FILE__, __LINE__)
245242
static OPUS_INLINE short ADD16_(int a, int b, char *file, int line)
246243
{

0 commit comments

Comments
 (0)