From: Collin Funk Date: Wed, 17 Apr 2024 18:34:07 +0000 (-0700) Subject: gnulib-tool.py: Remove an unused instance attribute. X-Git-Tag: v1.0~62 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=4daa5ced09dbd4709cdb7c401f89cd172e7d5186;p=gnulib.git gnulib-tool.py: Remove an unused instance attribute. * pygnulib/GLImport.py (GLImport.__init__): Remove the unused GLFileSystem object. --- diff --git a/ChangeLog b/ChangeLog index adf89411d2..dbe6edd52d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-04-17 Collin Funk + + gnulib-tool.py: Remove an unused instance attribute. + * pygnulib/GLImport.py (GLImport.__init__): Remove the unused + GLFileSystem object. + 2024-04-17 Collin Funk gnulib-tool.py: Fix a pylint 'attribute-defined-outside-init' warning. diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py index c6a4693c90..0933943d4c 100644 --- a/pygnulib/GLImport.py +++ b/pygnulib/GLImport.py @@ -302,7 +302,6 @@ class GLImport: # Define GLImport attributes. self.emitter = GLEmiter(self.config) - self.filesystem = GLFileSystem(self.config) self.modulesystem = GLModuleSystem(self.config) self.moduletable = GLModuleTable(self.config, self.config.checkInclTestCategory(TESTS['all-tests']),