mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Removed empty unused output_log
This commit is contained in:
@@ -16,11 +16,6 @@ static log::logger g_logger(log_buffer, sizeof(log_buffer));
|
|||||||
|
|
||||||
static const uint8_t level_colors[] = {0x07, 0x07, 0x0f, 0x0b, 0x09};
|
static const uint8_t level_colors[] = {0x07, 0x07, 0x0f, 0x0b, 0x09};
|
||||||
|
|
||||||
static void
|
|
||||||
output_log(log::level severity, log::area_t area, const char *message)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
output_logs()
|
output_logs()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user