tests: Remove unused locked_printk()

This commit is contained in:
Sebastian Huber
2018-01-19 09:53:18 +01:00
parent e6d89860a1
commit 047e8aa952
2 changed files with 0 additions and 23 deletions

View File

@@ -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