cue/...: remove remnants of /*block*/ comment support
https://cue-review.googlesource.com/c/cue/+/3983 and later
https//cuelang.org/cl/547012 meant to fully remove support for
block comments as explained in https://cuelang.org/issue/87,
but the documentation and bits of code and tests were left behind.
Note that tools/fix rewriting block comments as line comments
has been untested and broken since the two CLs above in 2019.
Given the amount of time that has passed, remove the fix code as well.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I8ade2b2461c665de1fd54d09e11cbfbf4a1d03a4
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1196133
Reviewed-by: Aram Hăvărneanu <aram@cue.works>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>