Commit f302d4a9 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: remove unused variable

Thanks Aurelio for reporting. You compiler is bigger than mine.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 483fb149
......@@ -10,12 +10,9 @@
int pp_slave(struct pp_instance *ppi, unsigned char *pkt, int plen)
{
int e = 0; /* error var, to check errors in msg handling */
TimeInternal *time;
TimeInternal correction_field;
MsgHeader *hdr = &ppi->msg_tmp_header;
time = &ppi->last_rcv_time;
if (ppi->is_new_state) {
DSPOR(ppi)->portState = PPS_SLAVE;
......
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