Process: Remove dead code

This commit is contained in:
Yonas Habteab 2022-08-26 17:08:44 +02:00
parent 5e62e766a8
commit afd22622fb

View file

@ -303,9 +303,6 @@ static void ProcessHandler()
}
count += rc;
if (rc == 0)
break;
}
String jrequest = String(mbuf, mbuf + count);