diff --git a/examples/app.c b/examples/app.c index bb10ba6f..acf64443 100644 --- a/examples/app.c +++ b/examples/app.c @@ -23,8 +23,6 @@ main (int argc, { SysprofCaptureWriter *writer; - sysprof_clock_init (); - /* Ignore SIGPIPE because we might get a pipe from the environment and we * don't want to trap if write() is used on it. */