Remove redundant code
There's no point in setting "l" to the next list member here as we are done with it anyway. Remove redundant code and use local variables to make it clear that the variable is not used afterwards.
Please register or sign in to comment