am 1fc78d3d: Merge "Liblog: Remove unused function"
* commit '1fc78d3d0bc0676e58483afcb6b5035e598b6c31': Liblog: Remove unused function
This commit is contained in:
commit
4d47f0fcf1
1 changed files with 0 additions and 9 deletions
|
|
@ -344,15 +344,6 @@ error:
|
||||||
return -1;
|
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
|
* Splits a wire-format buffer into an AndroidLogEntry
|
||||||
* entry allocated by caller. Pointers will point directly into buf
|
* entry allocated by caller. Pointers will point directly into buf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue