From 35ec367eac124b7bfb25ad0013f0dfb5bef161f9 Mon Sep 17 00:00:00 2001 From: Brendan Chandler Date: Thu, 25 Feb 2021 11:24:02 -0600 Subject: [PATCH] Remove unused variable --- modules/libcom/RTEMS/posix/rtems_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/libcom/RTEMS/posix/rtems_init.c b/modules/libcom/RTEMS/posix/rtems_init.c index ee8f56ecc..0e984cee3 100644 --- a/modules/libcom/RTEMS/posix/rtems_init.c +++ b/modules/libcom/RTEMS/posix/rtems_init.c @@ -906,7 +906,6 @@ POSIX_Init ( void *argument __attribute__((unused))) { int result; char *argv[3] = { NULL, NULL, NULL }; - // char *cp; rtems_status_code sc; struct timespec now; char timeBuff[100];