remove dead code
This commit is contained in:
@@ -25,12 +25,17 @@
|
||||
#include "log.h"
|
||||
#include "util.h"
|
||||
|
||||
#if DEBUG_LEVEL > 0
|
||||
|
||||
static uint32_t LOGMASK = TAG_FILENO;
|
||||
|
||||
|
||||
void set_logging_mask(uint32_t mask)
|
||||
{
|
||||
LOGMASK = mask;
|
||||
}
|
||||
|
||||
|
||||
struct logtag
|
||||
{
|
||||
uint32_t tagn;
|
||||
@@ -108,3 +113,4 @@ void LOG_HEX(uint32_t tag, uint8_t * data, int length)
|
||||
set_logging_tag(tag);
|
||||
dump_hex(data,length);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user