if_fxp.c: Remove unused variable

This commit is contained in:
Joel Sherrill
2017-04-20 20:43:04 -05:00
parent fc91f517e7
commit 169d6f6e55

View File

@@ -1679,7 +1679,7 @@ fxp_init(void *xsc)
struct fxp_cb_config *cbp;
struct fxp_cb_ias *cb_ias;
struct fxp_cb_tx *txp;
int i, prm, s, rv;
int i, prm, s;
rtems_status_code statcode;
rtems_task_wake_after(100);