diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-07-25 19:35:24 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-07-25 19:35:24 +0200 |
commit | 120396d633fbec44a2b9fd6bc2b0850d2d595028 (patch) | |
tree | 58aaa9526fddb89c7b47447a0ec191fea96f7835 | |
parent | 89924654f782558cac9d397cdd7b59cb4060b194 (diff) |
listen: Remove code controlled by NEW_AX25_STACK.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | listen/listen.c | 8 |
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) |