mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 15:16:58 +08:00
nfsclient: Fix unused variable warning
This commit is contained in:
@@ -1002,7 +1002,6 @@ nfsInit(int smallPoolDepth, int bigPoolDepth)
|
||||
{
|
||||
static int initialised = 0;
|
||||
entry dummy;
|
||||
rtems_status_code status;
|
||||
|
||||
if (initialised)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user