diff --git a/src/PIL/ImageFile.py b/src/PIL/ImageFile.py index 08c746efe..a2283a1d9 100644 --- a/src/PIL/ImageFile.py +++ b/src/PIL/ImageFile.py @@ -39,10 +39,6 @@ from . import Image from ._deprecate import deprecate from ._util import is_path -branches = { - "1": False, - "2": False, -} MAXBLOCK = 65536