Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Fri, 08 Nov 2024 16:17:11 UTC Commit: 51cacf206487d5a16d808ff4f0930157a25b1bdf https://github.com/geany/geany-plugins/commit/51cacf206487d5a16d808ff4f09301...
Log Message: ----------- Merge pull request #1382 from eht16/geanyprj_remove_unused_function
Geanyprj: remove unused function "true"
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).