summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-19 09:53:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-19 09:53:18 +0100
commit047e8aa952ca83bdb3e447e9589e20699124ea67 (patch)
tree732bde97efa1dec4e73b69bc74d4137587fa169f /testsuites/support/include
parentsmpmigration01: Enable floating-point output (diff)
downloadrtems-047e8aa952ca83bdb3e447e9589e20699124ea67.tar.bz2
tests: Remove unused locked_printk()
Diffstat (limited to 'testsuites/support/include')
-rw-r--r--testsuites/support/include/test_support.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/support/include/test_support.h b/testsuites/support/include/test_support.h
index d6870b2ded..017444ca9d 100644
--- a/testsuites/support/include/test_support.h
+++ b/testsuites/support/include/test_support.h
@@ -74,8 +74,6 @@ int locked_printf(const char *fmt, ...);
int locked_vprintf(const char *fmt, va_list ap);
-void locked_printk(const char *fmt, ...);
-
#ifdef __cplusplus
};
#endif