aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 0ed788e..2383366 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -5518,9 +5518,6 @@ procfs_make_note_section (bfd *obfd, int *note_size)
thread_args.stop_signal = stop_signal;
proc_iterate_over_threads (pi, procfs_corefile_thread_callback,
&thread_args);
-
- /* There should be always at least one thread. */
- gdb_assert (thread_args.note_data != note_data);
note_data = thread_args.note_data;
auxv_len = target_read_alloc (&current_target, TARGET_OBJECT_AUXV,