Remove <log/logd.h> and <log/logger.h>
These are deprecated and no one is currently using them, so remove them. Test: build Change-Id: Ia8d96e8aacdc3dd80e061c835072a3df4e8d38d9
This commit is contained in:
parent
dea312bf14
commit
a6d599815c
2 changed files with 0 additions and 10 deletions
|
|
@ -1,5 +0,0 @@
|
|||
#ifndef _LIBS_LOG_LOGD_H
|
||||
#define _LIBS_LOG_LOGD_H
|
||||
#include <log/log.h>
|
||||
#warning "Deprecated: do not include log/logd.h, use log/log.h instead"
|
||||
#endif /*_LIBS_LOG_LOGD_H*/
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#ifndef _LIBS_LOG_LOGGER_H
|
||||
#define _LIBS_LOG_LOGGER_H
|
||||
#include <log/log.h>
|
||||
#warning "Deprecated: do not include log/logger.h, use log/log.h instead"
|
||||
#endif /*_LIBS_LOG_LOGGER_H*/
|
||||
Loading…
Add table
Reference in a new issue