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

Commit 14c91433 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix unused-but-set-variable warning"

parents 7c25a55f e0964810
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,