mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
btrace: remove leftover comment
Remove a leftover comment on a function that was removed with commit
0568462bbf
.
This commit is contained in:
parent
8ffc1bb12a
commit
afb1110bfa
@ -1,3 +1,7 @@
|
||||
2016-10-14 Markus Metzger <markus.t.metzger@intel.com>
|
||||
|
||||
* nat/linux-btrace.c: Remove leftover comment.
|
||||
|
||||
2016-10-14 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* common/common-defs.h [HAVE_STRINGS_H]: Include strings.h if
|
||||
|
@ -103,11 +103,6 @@ perf_event_new_data (const struct perf_event_buffer *pev)
|
||||
return *pev->data_head != pev->last_head;
|
||||
}
|
||||
|
||||
/* Try to determine the size of a pointer in bits for the OS.
|
||||
|
||||
This is the same as the size of a pointer for the inferior process
|
||||
except when a 32-bit inferior is running on a 64-bit OS. */
|
||||
|
||||
/* Copy the last SIZE bytes from PEV ending at DATA_HEAD and return a pointer
|
||||
to the memory holding the copy.
|
||||
The caller is responsible for freeing the memory. */
|
||||
|
Loading…
Reference in New Issue
Block a user