diff options
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/gmon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c index 3ad581d2a9..d292454ab5 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -344,7 +344,6 @@ write_gmon (void) char buf[300]; int errnum = errno; __fxprintf (NULL, "_mcleanup: gmon.out: %s\n", - L"_mcleanup: gmon.out: %s\n", __strerror_r (errnum, buf, sizeof buf)); return; } |