Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb388a72 authored by George Burgess IV's avatar George Burgess IV Committed by android-build-merger
Browse files

Merge "Revert "Fix "Dereference of null pointer" compiler warning."" am:...

Merge "Revert "Fix "Dereference of null pointer" compiler warning."" am: edbb04f4 am: e660fa7d am: 721468e7
am: a6fedd98

Change-Id: Ic6cc452dcb7c0b3a2fca45d4076c5eba8a4250d6
parents 13b5168e a6fedd98
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -20,15 +20,11 @@

*******************************************************************************/

#include "android/log.h"

#include "aac_rom.h"
#include "dyn_bits.h"
#include "bit_cnt.h"
#include "psy_const.h"

#define LOG_TAG "NoiselessCoder"

/*****************************************************************************
*
* function name: buildBitLookUp
@@ -300,9 +296,6 @@ noiselessCounter(SECTION_DATA *sectionData,
    case SHORT_WINDOW:
      sideInfoTab = sideInfoTabShort;
      break;
    default:
      ALOGE("invalid blockType: %d", blockType);
      return;
  }