From 7bded0055f1a6887bdf7fe40650418adb2fd8c06 Mon Sep 17 00:00:00 2001 From: Stu Black Date: Fri, 19 Sep 2025 18:25:48 -0400 Subject: [PATCH] Drop unused wAbort function from WPrefs.app. --- WPrefs.app/main.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/WPrefs.app/main.c b/WPrefs.app/main.c index ede35fda..1312115c 100644 --- a/WPrefs.app/main.c +++ b/WPrefs.app/main.c @@ -47,14 +47,6 @@ struct { static pid_t DeadChildren[MAX_DEATHS]; static int DeadChildrenCount = 0; -static noreturn void wAbort(Bool foo) -{ - /* Parameter not used, but tell the compiler that it is ok */ - (void) foo; - - exit(1); -} - static void print_help(const char *progname) { printf(_("usage: %s [options]\n"), progname);