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

Commit ca17b83d authored by Patrick Bellasi's avatar Patrick Bellasi
Browse files

ANDROID: sched/tune: remove unused variable



This value was added in:
   e71c4255 ANDROID: sched/tune: Add support for negative boost values

and it's likely coming from a conflict resolution or a merge of some
previous patches used to track negative boost values.

Change-Id: I3b63e99db9232eb6117a561aa61c527986ade8e4
Signed-off-by: default avatarPatrick Bellasi <patrick.bellasi@arm.com>
parent c964a2ba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -224,7 +224,6 @@ static struct schedtune *allocated_group[BOOSTGROUPS_COUNT] = {
 */
struct boost_groups {
	/* Maximum boost value for all RUNNABLE tasks on a CPU */
	bool idle;
	int boost_max;
	struct {
		/* The boost for tasks on that boost group */