]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tui/tui-stack.h
Remove body of tui_locator_window constructor
[thirdparty/binutils-gdb.git] / gdb / tui / tui-stack.h
index fde7c6dd2c938a41f6d6e5f770a6bc6f3e0d6152..0253767ad98ec58001943dde5c9351dc7e164e1a 100644 (file)
@@ -30,11 +30,7 @@ struct frame_info;
 
 struct tui_locator_window : public tui_gen_win_info
 {
-  tui_locator_window ()
-  {
-    full_name[0] = 0;
-    proc_name[0] = 0;
-  }
+  tui_locator_window () = default;
 
   int max_height () const override
   {