nfsclient: Fix unused variable warning

This commit is contained in:
Sebastian Huber
2018-09-07 07:33:47 +02:00
parent 0e907232e0
commit 2d1c3dff12

View File

@@ -1002,7 +1002,6 @@ nfsInit(int smallPoolDepth, int bigPoolDepth)
{
static int initialised = 0;
entry dummy;
rtems_status_code status;
if (initialised)
return 0;