commit | 1fc78d3d0bc0676e58483afcb6b5035e598b6c31 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Nov 24 18:44:26 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 24 18:44:27 2014 +0000 |
tree | 8e6afdd06a849c3b660b81afd04392e4649b879c | |
parent | cb321921fe04f6ccaeb56c4bf3e8965ee4764738 [diff] | |
parent | 1f742864faba7fc5acc5151a1f653e3b2347aa43 [diff] |
Merge "Liblog: Remove unused function"
diff --git a/liblog/logprint.c b/liblog/logprint.c index 9b5a543..5987782 100644 --- a/liblog/logprint.c +++ b/liblog/logprint.c
@@ -344,15 +344,6 @@ return -1; } -static inline char * strip_end(char *str) -{ - char *end = str + strlen(str) - 1; - - while (end >= str && isspace(*end)) - *end-- = '\0'; - return str; -} - /** * Splits a wire-format buffer into an AndroidLogEntry * entry allocated by caller. Pointers will point directly into buf