gdb/copyright.py: Convert to Python 3
[deliverable/binutils-gdb.git] / gdb / nat / fork-inferior.c
index 2ead4a4858b4c77e94427e8aff8e7aa53ee85cb7..355e9bef430308e748901d1820748360eeae0c48 100644 (file)
@@ -591,7 +591,7 @@ trace_start_error (const char *fmt, ...)
 /* See nat/fork-inferior.h.  */
 
 void
-trace_start_error_with_name (const char *string, const char *append)
+trace_start_error_with_name (const char *string)
 {
-  trace_start_error ("%s: %s%s", string, safe_strerror (errno), append);
+  trace_start_error ("%s: %s", string, safe_strerror (errno));
 }
This page took 0.023749 seconds and 4 git commands to generate.