wurstscript / WurstStdlib2

WurstScript Standard Library Version 2
Apache License 2.0
55 stars 53 forks source link

Removed superfluous variable in LinkedList.joinBy. #365

Closed jonathanmclaus closed 3 years ago

jonathanmclaus commented 3 years ago

This variable isn't needed. It's always true until after the if-condition is evaluated in the final step of the for-loop.

Frotty commented 3 years ago

Is there a test for this?

jonathanmclaus commented 3 years ago

@Frotty there is already a test for this here and it still passes.