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

Commit edbb04f4 authored by George Burgess IV's avatar George Burgess IV Committed by Gerrit Code Review
Browse files

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

parents d2862051 7d743ed8
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;
  }