mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 21:12:47 -05:00
Remove a redundant file in utils.
At some point while setting up the utils subdirectory, I apparently only got half way through renaming miscucs.c to dup_mb_to_wc.c: I created the new copy of the file, but I didn't delete the old one, I didn't mention it in utils/CMakeLists.txt, and I didn't change the comment at the top. Now done all three, so we now have just one copy of this utility module.
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Centralised Unicode-related helper functions, separate from misc.c
|
||||
* so that they can be omitted from tools that aren't including
|
||||
* Unicode handling.
|
||||
* dup_mb_to_wc: memory-allocating wrapper on mb_to_wc.
|
||||
*
|
||||
* Also dup_mb_to_wc_c: same but you already know the length of the
|
||||
* string.
|
||||
*/
|
||||
|
||||
#include "putty.h"
|
||||
|
Reference in New Issue
Block a user