Remove dead code mhtml.py:MHTMLWriter:remove_file

This commit is contained in:
Daniel 2015-10-07 11:34:59 +02:00
parent 1902e4858f
commit 919365dfa1

View File

@ -161,14 +161,6 @@ class MHTMLWriter():
content_location=location, transfer_encoding=transfer_encoding,
)
def remove_file(self, location):
"""Remove a file.
Args:
location: The URL that identifies the file.
"""
del self._files[location]
def write_to(self, fp):
"""Output the MHTML file to the given file-like object.