]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ukify: Drop unused size() method
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 30 Sep 2024 11:42:23 +0000 (13:42 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 30 Sep 2024 11:42:23 +0000 (13:42 +0200)
src/ukify/ukify.py

index cd1dedffcacd07c27c6c3d9f43bc35227c6db70f..fc391995c42a112cd6022c9b358ee0057e69c68a 100755 (executable)
@@ -363,9 +363,6 @@ class Section:
 
         return cls.create(name, out, output_mode=ttype)
 
-    def size(self):
-        return self.content.stat().st_size
-
     def check_name(self):
         # PE section names with more than 8 characters are legal, but our stub does
         # not support them.