chg: remove --no-intel-db, it's now always used when available

This commit is contained in:
Stéphane Lesimple
2026-04-08 20:53:35 +02:00
parent 9e617a4363
commit f1c0d5548c
3 changed files with 1 additions and 9 deletions

View File

@@ -84,9 +84,6 @@ while [ -n "${1:-}" ]; do
elif [ "$1" = "--allow-msr-write" ]; then
opt_allow_msr_write=1
shift
elif [ "$1" = "--no-intel-db" ]; then
opt_intel_db=0
shift
elif [ "$1" = "--cpu" ]; then
opt_cpu=$2
if [ "$opt_cpu" != all ]; then