linux 6.0.y: Get rid of the unofficial Project C warning

Following b8835ca202
This commit is contained in:
Tk-Glitch
2022-12-07 14:49:04 +01:00
parent f131173680
commit ce12bdcc7f

View File

@@ -281,7 +281,6 @@ _set_cpu_scheduler() {
_avail_cpu_scheds=("cfs" "pds" "bmq" "cacule" "tt" "bore")
elif [ "$_kver" = "600" ]; then
_avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore")
_projectc_unoff="1"
elif [ "$_kver" = "601" ]; then
_avail_cpu_scheds=("cfs" "bore")
else