mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Remove duplicate line
This commit is contained in:
parent
d7e75c9192
commit
5cf576e2da
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user