Remove assert in procfs.c::procfs_make_note_section (x86-solaris)
[deliverable/binutils-gdb.git] / gdb / procfs.c
index 0ed788e5247d8c770f79cb58a795785323bcc737..2383366ab35b0b0afa3a0685a1d63ed82d881b35 100644 (file)
@@ -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,
This page took 0.023852 seconds and 4 git commands to generate.