cue/build: remove context.Context field
Despite remarks about cancellation, the context.Context
field isn't used. While we might add cancellation in the future,
that's easily done later, and for now this is somewhat misleading,
so remove the field and adjust the comment in question.
Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
Change-Id: I5aa1380705bac1215b48a22d177f74639ea811e7
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/552266
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
authored by