Remove duplicate line

This commit is contained in:
twinaphex 2016-01-26 09:30:51 +01:00
parent d7e75c9192
commit 5cf576e2da

View File

@ -95,8 +95,6 @@ static char *extract_cpuinfo_field(char* buffer, ssize_t length, const char* fie
/* Look for first field occurrence, and ensures it starts the line. */
const char *p = buffer;
bufend = buffer + length;
for (;;)
{
p = memmem(p, bufend-p, field, fieldlen);