From 818032fd24181b269fa23b649308fc64e59132c3 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 9 May 2018 16:43:39 -0700 Subject: [PATCH] SCP: Remove redundant DIR_ENTRY_CALLBACK declaration --- scp.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scp.c b/scp.c index 911f6721..2e3fadd1 100644 --- a/scp.c +++ b/scp.c @@ -5778,12 +5778,6 @@ t_stat pwd_cmd (int32 flg, CONST char *cptr) return show_cmd (0, "DEFAULT"); } -typedef void (*DIR_ENTRY_CALLBACK)(const char *directory, - const char *filename, - t_offset FileSize, - const struct stat *filestat, - void *context); - #if defined (_WIN32) t_stat sim_dir_scan (const char *cptr, DIR_ENTRY_CALLBACK entry, void *context)