mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-23 11:45:30 +08:00
[clang-tidy] Don't initialize member functions
Found with readability-redundant-member-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6f4a9d527c
commit
9507c3a159
@ -1226,9 +1226,6 @@ void screen_force_clear_to_end() {
|
||||
|
||||
screen_t::screen_t()
|
||||
: outp_(outputter_t::stdoutput()),
|
||||
desired(),
|
||||
actual(),
|
||||
actual_left_prompt(),
|
||||
last_right_prompt_width(),
|
||||
actual_width(SCREEN_WIDTH_UNINITIALIZED),
|
||||
soft_wrap_location(INVALID_LOCATION),
|
||||
|
Loading…
x
Reference in New Issue
Block a user