From f703e7f5c7082e267558fe2079140869daec8dfd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Oct 2017 13:59:05 +0200 Subject: tests: Move rtems_test_printer definition Statically initialize it to use printk(). Update #3170. Update #3199. --- testsuites/samples/pppd/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/samples/pppd/init.c') 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) { -- cgit v1.2.3