Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 03 Nov 2024 12:29:45 UTC Commit: 109ad6e6a2cfa31deb33ebfcef838ba337ff208f https://github.com/geany/geany-plugins/commit/109ad6e6a2cfa31deb33ebfcef838b...
Log Message: ----------- Geanyprj: remove unused function "true"
This also fixes a strange error with recent cppcheck version.
Modified Paths: -------------- geanyprj/src/unittests.c
Modified: geanyprj/src/unittests.c 6 lines changed, 0 insertions(+), 6 deletions(-) =================================================================== @@ -25,12 +25,6 @@ file_teardown(void) system("rm -rf test_list_dir"); }
-gboolean -true(G_GNUC_UNUSED const gchar * arg) -{ - return TRUE; -} - START_TEST(test_get_file_list) { GSList *files = get_file_list("test_list_dir", NULL, NULL, NULL);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org