summaryrefslogtreecommitdiff
path: root/wcte12xp/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcte12xp/base.c')
-rw-r--r--wcte12xp/base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wcte12xp/base.c b/wcte12xp/base.c
index 24e99da..ced5103 100644
--- a/wcte12xp/base.c
+++ b/wcte12xp/base.c
@@ -1724,7 +1724,6 @@ static inline void t1_transmitprep(struct t1 *wc, int dbl)
static inline void cmd_retransmit(struct t1 *wc)
{
unsigned int x;
- unsigned long flags;
for (x = 0; x < sizeof(wc->cmdq.cmds) / sizeof(wc->cmdq.cmds[0]); x++) {
if (!(wc->cmdq.cmds[x].flags & __CMD_FIN)) {