X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdbserver%2Flinux-sparc-low.cc;h=ae3f8c93a7172a6ad5e6d7322c4f1a0e39ca499c;hb=7ab967941150b2f79fc089893bf51e6bb53d245b;hp=0380cedb800306767ae1cba3faa7e81a2fefef7f;hpb=9db9aa232ac37e4dca92733678748adc1bfc7ef0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-sparc-low.cc b/gdbserver/linux-sparc-low.cc index 0380cedb80..ae3f8c93a7 100644 --- a/gdbserver/linux-sparc-low.cc +++ b/gdbserver/linux-sparc-low.cc @@ -340,11 +340,6 @@ sparc_target::get_regs_info () return &myregs_info; } -struct linux_target_ops the_low_target = { - NULL, NULL, - NULL, NULL -}; - /* The linux target ops object. */ linux_process_target *the_linux_target = &the_sparc_target;