summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:59:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-28 13:33:55 +0200
commitf703e7f5c7082e267558fe2079140869daec8dfd (patch)
tree075d3c20f5142b3470659532d7bc39350bbc44cb /testsuites/samples/pppd/init.c
parentriscv32: Add missing preinstall.am (diff)
downloadrtems-f703e7f5c7082e267558fe2079140869daec8dfd.tar.bz2
tests: Move rtems_test_printer definition
Statically initialize it to use printk(). Update #3170. Update #3199.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/pppd/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/samples/pppd/init.c b/testsuites/samples/pppd/init.c
index e8bd7c37ca..d689ff1e71 100644
--- a/testsuites/samples/pppd/init.c
+++ b/testsuites/samples/pppd/init.c
@@ -26,7 +26,6 @@
#include "netconfig.h"
const char rtems_test_name[] = "PPPD";
-rtems_printer rtems_test_printer;
static void notification(int fd, int seconds_remaining, void *arg)
{