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

Commit e0964810 authored by Yi Kong's avatar Yi Kong
Browse files

Fix unused-but-set-variable warning

Test: presubmit
Bug: 197240255
Change-Id: I5cca354746213e9ef43e848dbc38ecbe168d0b6a
parent 93b4b55e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ static bool EmitResourceEntryDiff(IAaptContext* context, LoadedApk* apk_a,
      diff = true;
    }
  }
  return false;
  return diff;
}

static bool EmitResourceTypeDiff(IAaptContext* context, LoadedApk* apk_a,