1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-06 22:12:47 -05:00

Remove obsolete sanitise_term_data().

The previous commit removed its last use, so now we can garbage-
collect it, including its long-standing FIXME comment which is now
fulfilled by the new StripCtrlChars system.
This commit is contained in:
Simon Tatham
2019-03-05 21:13:58 +00:00
parent 7b48922761
commit d2ddb2fdf4
2 changed files with 0 additions and 28 deletions

2
misc.h
View File

@ -137,8 +137,6 @@ static inline void bufchain_set_callback(bufchain *ch, IdempotentCallback *ic)
bufchain_set_callback_inner(ch, ic, queue_idempotent_callback);
}
void sanitise_term_data(bufchain *out, const void *vdata, size_t len);
bool validate_manual_hostkey(char *key);
struct tm ltime(void);