From 6ce0e103dd6ce77ec3e7e3645525c68cd70f5a36 Mon Sep 17 00:00:00 2001 From: Byeonggil Jun Date: Thu, 11 Jan 2024 15:40:42 -0700 Subject: [PATCH] Remove an unnecessary comment --- util/tracing/trace_to_csv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/tracing/trace_to_csv.c b/util/tracing/trace_to_csv.c index 7719864de..d1002269b 100644 --- a/util/tracing/trace_to_csv.c +++ b/util/tracing/trace_to_csv.c @@ -61,8 +61,6 @@ void usage() { printf(" The target time to begin tracing.\n\n"); printf(" -e, --end [time_spec] [units]\n"); printf(" The target time to stop tracing.\n\n"); - // printf(" -f, --fast [true | false]\n"); - // printf(" Whether to wait for physical time to match logical time.\n\n"); printf("\n\n"); }