e17: Remove unused variable

SVN revision: 78410
This commit is contained in:
Stefan Schmidt 2012-10-24 19:50:35 +00:00
parent 527f17abca
commit 338a0e2d65
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ _e_static_grab_cpu(E_Static_Grab *grab)
{
char *end;
size_t length = 0;
size_t start = 0;
fgets(buf, sizeof (buf), f);
length = strlen(buf);