Merge "Remove unused cruft from <log/log.h>." am: 6acf7663c2

am: b22c169f20

* commit 'b22c169f20d8887f214f1b99a8e4b54215ff5558':
  Remove unused cruft from <log/log.h>.
This commit is contained in:
Elliott Hughes 2016-01-19 17:33:06 +00:00 committed by android-build-merger
commit 7c452f80f6

View file

@ -585,14 +585,6 @@ typedef enum {
(__android_log_is_loggable(prio, tag, ANDROID_LOG_VERBOSE) != 0)
#endif
// TODO: remove these prototypes and their users
#define android_writevLog(vec,num) do{}while(0)
#define android_write1Log(str,len) do{}while (0)
#define android_setMinPriority(tag, prio) do{}while(0)
//#define android_logToCallback(func) do{}while(0)
#define android_logToFile(tag, file) (0)
#define android_logToFd(tag, fd) (0)
typedef enum log_id {
LOG_ID_MIN = 0,