Commit 6a689c88 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: removed unused variable

parent ed95835a
...@@ -25,7 +25,6 @@ void posix_main_loop(struct pp_instance *ppi) ...@@ -25,7 +25,6 @@ void posix_main_loop(struct pp_instance *ppi)
*/ */
delay_ms = pp_state_machine(ppi, NULL, 0); delay_ms = pp_state_machine(ppi, NULL, 0);
while (1) { while (1) {
fd_set set;
int i; int i;
unsigned char packet[1500]; unsigned char packet[1500];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment