]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/process-stratum-target.c
internal_error: remove need to pass __FILE__/__LINE__
[thirdparty/binutils-gdb.git] / gdb / process-stratum-target.c
index 50bb13e4b83394bd88f9a5f603ea55bcc8f6b9ed..ad43b7c95569820e8dd4440c3e485132fd1c2ed6 100644 (file)
@@ -33,8 +33,7 @@ process_stratum_target::thread_address_space (ptid_t ptid)
   inferior *inf = find_inferior_ptid (this, ptid);
 
   if (inf == NULL || inf->aspace == NULL)
-    internal_error (__FILE__, __LINE__,
-                   _("Can't determine the current "
+    internal_error (_("Can't determine the current "
                      "address space of thread %s\n"),
                    target_pid_to_str (ptid).c_str ());