From 1ce8fc32c3e28f6ffd34d4802710c5245ec7ffcc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2016 13:05:18 +0200 Subject: Make rtems_printf_plugin() static --- cpukit/include/rtems/bspIo.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cpukit/include/rtems/bspIo.h') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index 958103a7a6..fad4e9dcbc 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -141,19 +141,6 @@ extern void rtems_putc(char c); */ typedef int (*rtems_print_plugin_t)(void *, const char *format, va_list ap); -/** - * @brief Reporting Methods printf() Plugin - * - * This is a standard plug-in to support using printf() for output - * instead of printk(). - * - * @param[in] context Unused. - * @param[in] fmt is a printf()-style format string - * - * @return The number of characters printed. - */ -extern int rtems_printf_plugin(void *context, const char *fmt, va_list ap); - /** * @brief Reporting Methods fprintf() Plugin * -- cgit v1.2.3