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:
Tom Cherry 2019-01-15 17:09:03 -08:00
parent dea312bf14
commit a6d599815c
2 changed files with 0 additions and 10 deletions

View file

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

View file

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