diff options
author | Pedro Alves <palves@redhat.com> | 2015-02-09 17:13:39 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-02-27 17:25:23 +0000 |
commit | 928dbe07562fa842a990d1c3aa65e12343426e68 (patch) | |
tree | 2c3f001a4fbc32b57a7be5ca9ec3312707ed56bb /gdb/python/python.c | |
parent | 52059ffd6935427d02ee418be3eceeff6fd5c066 (diff) | |
download | gdb-928dbe07562fa842a990d1c3aa65e12343426e68.zip gdb-928dbe07562fa842a990d1c3aa65e12343426e68.tar.gz gdb-928dbe07562fa842a990d1c3aa65e12343426e68.tar.bz2 |
record-btrace.c: Remove redefinitions
The set_record_btrace_cmdlist and show_record_btrace_cmdlist objects
are declared twice in the file, seemingly a simply copy/paste
oversight. In C, the first time counts as forward declaration, but in
C++, they are all definitions. That results in:
src/gdb/record-btrace.c:80:33: error: redefinition of ‘cmd_list_element* set_record_btrace_cmdlist’
src/gdb/record-btrace.c:61:33: error: ‘cmd_list_element* set_record_btrace_cmdlist’ previously declared here
src/gdb/record-btrace.c:81:33: error: redefinition of ‘cmd_list_element* show_record_btrace_cmdlist’
src/gdb/record-btrace.c:62:33: error: ‘cmd_list_element* show_record_btrace_cmdlist’ previously declared here
gdb/ChangeLog:
2015-02-27 Pedro Alves <palves@redhat.com>
* record-btrace.c (set_record_btrace_cmdlist)
(show_record_btrace_cmdlist): Remove redefinitions.
---
gdb/record-btrace.c | 4 ----
1 file changed, 4 deletions(-)
Diffstat (limited to 'gdb/python/python.c')
0 files changed, 0 insertions, 0 deletions