From c872728fc84f698fb021e51f31731365fbba80eb Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 2 Apr 2020 23:49:00 -0700 Subject: [PATCH] prog_util: remove unused tstrcpy definition --- programs/prog_util.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/programs/prog_util.h b/programs/prog_util.h index 66d8cf1..7bacf1a 100644 --- a/programs/prog_util.h +++ b/programs/prog_util.h @@ -68,7 +68,6 @@ int wmain(int argc, wchar_t **argv); # define topen _wopen # define tstrchr wcschr # define tstrcmp wcscmp -# define tstrcpy wcscpy # define tstrlen wcslen # define tstrrchr wcsrchr # define tstrtoul wcstoul @@ -100,7 +99,6 @@ int wmain(int argc, wchar_t **argv); # define topen open # define tstrchr strchr # define tstrcmp strcmp -# define tstrcpy strcpy # define tstrlen strlen # define tstrrchr strrchr # define tstrtoul strtoul