From d9ed648fcf4f6e7ece133c3887d59d16f6e33c8f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 14 Jun 2022 08:25:01 -0700 Subject: [PATCH] Remove unused TOYBOX_ANDROID_SCHEDPOLICY probe. I removed the only caller in b33d37d6f735 but didn't remove the probe. --- scripts/genconfig.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index f2be8653..0ff505c6 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -73,12 +73,6 @@ EOF #endif EOF - probesymbol TOYBOX_ANDROID_SCHEDPOLICY << EOF - #include - - int main(int argc,char *argv[]) { get_sched_policy_name(0); } -EOF - # nommu support probesymbol TOYBOX_FORK << EOF #include -- 2.39.2