Merge "Liblog: Remove unused function"

This commit is contained in:
Andreas Gampe 2014-11-24 18:44:26 +00:00 committed by Gerrit Code Review
commit 1fc78d3d0b

View file

@ -344,15 +344,6 @@ error:
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