prog_util: remove unused tstrcpy definition

This commit is contained in:
Eric Biggers 2020-04-02 23:49:00 -07:00
parent a735fa830f
commit c872728fc8

View File

@ -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