From: John Kacur <jkacur@redhat.com>
To: RT <linux-rt-users@vger.kernel.org>
Cc: Clark Williams <williams@redhat.com>,
John Kacur <jkacur@redhat.com>,
Punit Agrawal <punitagrawal@gmail.com>
Subject: [PATCH] rt-tests: cyclictest: Remove unused 'C' and 'E' options
Date: Mon, 4 Oct 2021 08:44:22 -0400 [thread overview]
Message-ID: <20211004124422.5006-1-jkacur@redhat.com> (raw)
Removing the unused short options 'C' and 'E'.
Suggested-by: Punit Agrawal <punitagrawal@gmail.com>
Signed-off-by: John Kacur <jkacur@redhat.com>
---
src/cyclictest/cyclictest.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index cbdc6c11ffe3..2187d98de725 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -1071,7 +1071,6 @@ static void process_options(int argc, char *argv[], int max_cpus)
case 'c':
case OPT_CLOCK:
clocksel = atoi(optarg); break;
- case 'C':
case OPT_DEFAULT_SYSTEM:
power_management = 1; break;
case 'd':
@@ -1080,7 +1079,6 @@ static void process_options(int argc, char *argv[], int max_cpus)
case 'D':
case OPT_DURATION:
duration = parse_time_string(optarg); break;
- case 'E':
case 'F':
case OPT_FIFO:
use_fifo = 1;
--
2.31.1
next reply other threads:[~2021-10-04 12:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-04 12:44 John Kacur [this message]
2021-10-05 1:40 ` [PATCH] rt-tests: cyclictest: Remove unused 'C' and 'E' options Punit Agrawal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211004124422.5006-1-jkacur@redhat.com \
--to=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=punitagrawal@gmail.com \
--cc=williams@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox