changeset 34380:86f3c9760cc4

patch: remove superfluous pass statements
author Augie Fackler <augie@google.com>
date Sat, 30 Sep 2017 07:45:07 -0400
parents 6b724caa878d
children 4735c1caf6b3
files mercurial/patch.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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