From 919365dfa1693405a49b0e32a246018e043a1cbc Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 7 Oct 2015 11:34:59 +0200 Subject: [PATCH] Remove dead code mhtml.py:MHTMLWriter:remove_file --- qutebrowser/browser/mhtml.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/qutebrowser/browser/mhtml.py b/qutebrowser/browser/mhtml.py index 0475651e4..da598543d 100644 --- a/qutebrowser/browser/mhtml.py +++ b/qutebrowser/browser/mhtml.py @@ -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.