scst: Remove residual procfs code

Procfs support was removed in 2019, but dead configuration guards,
patch specialization logic and unused declarations remained. Remove these
remnants and simplify paths that can no longer receive procfs-only objects.
This commit is contained in:
Gleb Chesnokov
2026-08-21 19:58:59 +03:00
parent 8e19e103d1
commit 3a6fb66c83
11 changed files with 8 additions and 46 deletions
-2
View File
@@ -255,8 +255,6 @@ else
scst_makefile="Makefile.scst"
fi
specialize_patch_options+=(-v "config_scst_proc_undefined=1")
if [ "${debug_specialize}" = "true" ]; then
specialize_patch_options+=(-v "debug=1")
fi