patch: remove superfluous pass statements
authorAugie Fackler <augie@google.com>
Sat, 30 Sep 2017 07:45:07 -0400
changeset 34380 86f3c9760cc4
parent 34379 6b724caa878d
child 34381 4735c1caf6b3
patch: remove superfluous pass statements
mercurial/patch.py
--- a/mercurial/patch.py	Sat Sep 30 07:44:55 2017 -0400
+++ b/mercurial/patch.py	Sat Sep 30 07:45:07 2017 -0400
@@ -442,7 +442,6 @@
         which failed to apply and total the total number of hunks for this
         files.
         """
-        pass
 
     def exists(self, fname):
         raise NotImplementedError