mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-13 00:57:33 -05:00
Remove NULL initialisers in BackendVtables.
Backends were inconsistent about whether unused function members were explicitly initialised to NULL or it was left to implicit static initialisation. Standardise on the latter. No intended functional change.
This commit is contained in:
2
raw.c
2
raw.c
@ -323,8 +323,6 @@ const BackendVtable raw_backend = {
|
||||
.provide_ldisc = raw_provide_ldisc,
|
||||
.unthrottle = raw_unthrottle,
|
||||
.cfg_info = raw_cfg_info,
|
||||
.test_for_upstream = NULL,
|
||||
.close_warn_text = NULL,
|
||||
.id = "raw",
|
||||
.displayname = "Raw",
|
||||
.protocol = PROT_RAW,
|
||||
|
Reference in New Issue
Block a user