From 682eebfb37b1e2ad3e8fe0831557b99048bfacd2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 4 May 2025 23:19:26 +0200 Subject: [PATCH] aft.c: Remove unused enum touch_flags. This enum became unused ten years ago when the touch command learned to use the lopsub library. Fixes: fdf416e9af730a1df9eec8d7acb108d7ca881926 --- aft.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/aft.c b/aft.c index 3e786a00..01cbb96d 100644 --- a/aft.c +++ b/aft.c @@ -2032,14 +2032,6 @@ out: } EXPORT_SERVER_CMD_HANDLER(add); -/** Flags used by the touch command. */ -enum touch_flags { - /** Whether the \p FNM_PATHNAME flag should be passed to fnmatch(). */ - TOUCH_FLAG_FNM_PATHNAME = 1, - /** Activates verbose mode. */ - TOUCH_FLAG_VERBOSE = 2 -}; - static int touch_audio_file(__a_unused struct osl_table *table, struct osl_row *row, const char *name, void *data) { -- 2.39.5