Remove unused variable

This commit is contained in:
Brendan Chandler
2021-02-25 11:24:02 -06:00
parent c4944b5357
commit 35ec367eac

View File

@@ -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];