]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Remove remaining unused instance variables.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 30 Apr 2024 08:09:55 +0000 (01:09 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 30 Apr 2024 08:09:55 +0000 (01:09 -0700)
commit134f6b8a1806b1bcf0d1cd96ffe97e0d249d4581
tree0c4666c6c50c98258baee7f7e2d272ce32e67e39
parent20061b496065f9a45bddf5a7452c09615f45361c
gnulib-tool.py: Remove remaining unused instance variables.

* pygnulib/GLModuleSystem.py (GLModule.__init__)
(GLModuleTable.__init__): Remove the unused GLFileSystem variable. These
classes perform lookups with a GLModuleSystem.
* pygnulib/GLTestDir.py (GLTestDir.__init__): Remove the unused
GLFileAssistant variable. The transformations it performs are not needed
in testdirs.
ChangeLog
pygnulib/GLModuleSystem.py
pygnulib/GLTestDir.py