tools/trim: remove EvalV2 trim implementation
Remove trimv2 implementation and related code as part
of removing EvalV2 from the codebase.
- Remove trimv2.go containing filesV2 and trimmerV2
- Remove debug.go with trimmerV2 debug methods
- Update trim.go to always use filesV3
- Remove version check and unused imports
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I6a93ce027ebae38e2cdbe4cb40dbca10570030d5
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1219980
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Matthew Sackman <matthew@cue.works>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>