Re: [PATCH] beam: remove unnecessary vector of forbidden intervals

2022-04-17 Thread Jean Abou Samra
Le 17/04/2022 à 06:22, Nihal Jere a écrit : The same vector is constructed twice, so just do it once. --- Not sure if this is the right place to send patches, but here it is. lily/beam.cc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lily/beam.cc b/lily/beam.cc i

[PATCH] beam: remove unnecessary vector of forbidden intervals

2022-04-16 Thread Nihal Jere
The same vector is constructed twice, so just do it once. --- Not sure if this is the right place to send patches, but here it is. lily/beam.cc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lily/beam.cc b/lily/beam.cc index 340d9fe1a1..dbb9c186c5 100644 --- a/lily/beam.