mozilla-services/shavar

Dead code: variable claims in shavar.parse.parse_downloads()

Closed this issue · 1 comments

The logic in shavar.parse.parse_downloads() is somewhat obfuscated by the variable claims that is being initialized, then "extended" by claim (which is always an empty array because nothing is ever added to it) and then thrown away. Unless I'm entirely mistaken this is dead code.

Yup. Totally dead code. The result of some poor cherry picking on my part.