Skip to content
  • Kevin J. McCarthy's avatar
    Remove useless assignments in add_to_list functions. · 9ee1f84d
    Kevin J. McCarthy authored
    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.
    9ee1f84d