1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

icmp.c: remove empty else clause

This commit is contained in:
Benjamin Valentin 2014-03-28 08:08:02 +01:00
parent 272fcc0fad
commit 113fd6a9cf

View File

@ -426,9 +426,6 @@ void recv_echo_repl(void)
printf("\n");
}
}
#else
return;
#endif
}