internal/core/adt: remove support for list task dependencies
listTypeKnown was a zero-valued placeholder for future
associative-list support. It never contributed any behavior
(hardcoded to 0) yet appeared in autoUnblock and
stateCompletions. Remove it to simplify the condition set
and avoid misleading dead code.
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: Ica8be84bb852dca6d7ffd0f185b0482980916518
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1236064
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>