Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a84b685 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove unused cruft from <log/log.h>.

The callers are, in fact, already gone.

Change-Id: I665183ce595b542b1e47df79bc8990e069571b97
parent 3472410e
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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,