summaryrefslogtreecommitdiffstats
path: root/listen
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-07-25 19:35:24 +0200
committerRalf Baechle <ralf@linux-mips.org>2017-07-25 19:35:24 +0200
commit120396d633fbec44a2b9fd6bc2b0850d2d595028 (patch)
tree58aaa9526fddb89c7b47447a0ec191fea96f7835 /listen
parent89924654f782558cac9d397cdd7b59cb4060b194 (diff)
listen: Remove code controlled by NEW_AX25_STACK.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'listen')
-rw-r--r--listen/listen.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/listen/listen.c b/listen/listen.c
index e317e22..61f5343 100644
--- a/listen/listen.c
+++ b/listen/listen.c
@@ -338,20 +338,12 @@ int main(int argc, char **argv)
continue;
}
display_port(sa.sa_data);
-#ifdef NEW_AX25_STACK
- ax25_dump(buffer, size, dumpstyle);
-#else
ki_dump(buffer, size, dumpstyle);
-#endif
/* lprintf(T_DATA, "\n"); */
}
} else {
display_port(sa.sa_data);
-#ifdef NEW_AX25_STACK
- ax25_dump(buffer, size, dumpstyle);
-#else
ki_dump(buffer, size, dumpstyle);
-#endif
/* lprintf(T_DATA, "\n"); */
}
if (color)