public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt-tests: cyclictest: Remove unused 'C' and 'E' options
@ 2021-10-04 12:44 John Kacur
  2021-10-05  1:40 ` Punit Agrawal
  0 siblings, 1 reply; 2+ messages in thread
From: John Kacur @ 2021-10-04 12:44 UTC (permalink / raw)
  To: RT; +Cc: Clark Williams, John Kacur, Punit Agrawal

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-05  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 12:44 [PATCH] rt-tests: cyclictest: Remove unused 'C' and 'E' options John Kacur
2021-10-05  1:40 ` Punit Agrawal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox