appendfile: remove unused manifest code
authorMatt Mackall <mpm@selenic.com>
Thu, 22 Mar 2007 19:54:15 -0500
changeset 4268 eb081ba21eff
parent 4267 b11a2fb59cf5
child 4269 bdbfc2193524
appendfile: remove unused manifest code
mercurial/appendfile.py
--- a/mercurial/appendfile.py
+++ b/mercurial/appendfile.py
@@ -152,10 +152,3 @@ class appendchangelog(changelog.changelo
         changelog.changelog.__init__(self, self)
     def checkinlinesize(self, fp, tr):
         return
-
-class appendmanifest(manifest.manifest, appendopener):
-    def __init__(self, opener):
-        appendopener.__init__(self, opener)
-        manifest.manifest.__init__(self, self)
-    def checkinlinesize(self, fp, tr):
-        return