Author :
Ryan C. Gordon
Date :
2019-06-12 15:43:08
Hash :2fa33d6f Message :wave: Fixed static analysis warning about dead assignment.
(technically, this function never returns an error at this point, but since
it _does_ have an "uhoh, is this corrupt data?" comment that it ignores, we
should probably make sure we handle error cases in the future. :) )