mercurial/revlogutils/flagutil.py
changeset 42995 73288e7abe9b
parent 42994 3674797ae8b9
child 43037 142deb539ccf
--- a/mercurial/revlogutils/flagutil.py	Sat Sep 07 00:26:15 2019 +0200
+++ b/mercurial/revlogutils/flagutil.py	Sat Sep 07 00:34:20 2019 +0200
@@ -79,14 +79,6 @@
         raise error.Abort(msg)
     flagprocessors[flag] = processor
 
-class flagprocessorsmixin(object):
-    """basic mixin to support revlog flag processing
-
-    Make sure the `_flagprocessors` attribute is set at ``__init__`` time.
-
-    See the documentation of the ``_processflags`` method for details.
-    """
-
 def processflagswrite(revlog, text, flags, sidedata):
     """Inspect revision data flags and applies write transformations defined
     by registered flag processors.