mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-11 04:27:58 +00:00
NimBLE: Remove unused stuff from log.h
This commit is contained in:
committed by
Abhinav Kudnar
parent
e769fccd57
commit
ca983d2798
@@ -24,20 +24,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
static inline void
|
||||
log_dummy(void *log, ...)
|
||||
{
|
||||
(void)log;
|
||||
}
|
||||
|
||||
#ifdef MYNEWT
|
||||
#define LOG_DEBUG(_log, _mod, ...) log_dummy(_log, ## __VA_ARGS__)
|
||||
#define LOG_INFO(_log, _mod, ...) log_dummy(_log, ## __VA_ARGS__)
|
||||
#define LOG_WARN(_log, _mod, ...) log_dummy(_log, ## __VA_ARGS__)
|
||||
#define LOG_ERROR(_log, _mod, ...) log_dummy(_log, ## __VA_ARGS__)
|
||||
#define LOG_CRITICAL(_log, _mod, ...) log_dummy(_log, ## __VA_ARGS__)
|
||||
#endif
|
||||
|
||||
struct log {
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user