Remove unused devnull file handle from BIOSExtractor

This commit is contained in:
RichardG867
2022-04-13 18:45:13 -03:00
parent 224d90eff6
commit 9851ec373a

View File

@@ -291,9 +291,6 @@ class BIOSExtractor(Extractor):
if not os.path.exists(self._bios_extract_path):
self._bios_extract_path = None
# /dev/null handle for suppressing output.
self._devnull = open(os.devnull, 'wb')
# Built-in instance of ImageExtractor for converting
# any extracted BIOS logo images that were found.
self._image_extractor = ImageExtractor()