aboutsummaryrefslogtreecommitdiff
path: root/gprofng/src/collctrl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/src/collctrl.cc')
-rw-r--r--gprofng/src/collctrl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gprofng/src/collctrl.cc b/gprofng/src/collctrl.cc
index 5d68b68..aeff5a0 100644
--- a/gprofng/src/collctrl.cc
+++ b/gprofng/src/collctrl.cc
@@ -1081,10 +1081,6 @@ Coll_Ctrl::set_synctrace (const char *string)
if (*endchar != 0 || tval < 0)
{
free (val);
- /* invalid setting */
- /* restore the comma, if it was zeroed out */
- if (comma_p != NULL)
- *comma_p = ',';
return dbe_sprintf (GTXT ("Unrecognized synchronization tracing threshold `%s'\n"), string);
}
free (val);