mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-09 12:16:42 -04:00
prog_util: remove unused tstrcpy definition
This commit is contained in:
parent
a735fa830f
commit
c872728fc8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user