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

Commit 7d743ed8 authored by Andrii Kulian's avatar Andrii Kulian
Browse files

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

This reverts commit 5bfdce99.

Change-Id: I653a233f32ec80022bb8a6f1418e9b74f46ca131
parent 5bfdce99
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -20,15 +20,11 @@


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


#include "android/log.h"

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


#define LOG_TAG "NoiselessCoder"

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