remove unused state variable
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 28 Apr 2017 08:28:29 +0000 (10:28 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commitd3f14ff8995c6217115aa91718cb83aade45943f
tree5436ea25dccfe0509277f72ab6c3127ab13f46ac
parent268e60000f390158cb64f55b38850211e8910733
remove unused state variable

“internal_pos” which is only written to and never read was
introduced with this commit:

    commit 85737f48c38a432f2429e9e3e4b81fed164c4b9a
    Author: Eduardo Robles Elvira <edulix@wadobo.com>
    Date:   Fri Jul 5 11:50:43 2013 +0200

        extracting files in r#gz mode now works too, includes unit tests

and lacks a raison d’être ever since.
deltatar/tarfile.py