Commit f2a22fc726d3672dcf88f90e2e15a3b9f311d342

Collin Funk 2024-04-07T18:55:50

gnulib-tool.py: Remove an unused and incorrect function. * pygnulib/GLFileSystem.py (GLFileAssistant.removeFile): Remove this unused function. The correct method of removing an element from a list is to use the remove() function, not pop() which takes an index.