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

Commit 721468e7 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: edbb04f4

am: e660fa7d

Change-Id: I0cbb8174d73ef374a6f73988250f477502dc5c80
parents c5fb338d e660fa7d
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;
  }