* pygnulib/GLImport.py (GLImport.__init__): Remove the unused
GLFileSystem object.
+2024-04-17 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Remove an unused instance attribute.
+ * pygnulib/GLImport.py (GLImport.__init__): Remove the unused
+ GLFileSystem object.
+
2024-04-17 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Fix a pylint 'attribute-defined-outside-init' warning.
# 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']),