Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove useless assignments in add_to_list functions.
The code was probably pulled from some of the header processing functions, which were in a loop. In those versions, "last" pointed to a collection of new entries appended, but in these two functions, updating last just obfuscates the code.
- Loading branch information