1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +02:00

Drop unused/duplicated #includes and some dead code

Build-tested on 32bit x86.

Corresponding to flashrom svn r521.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Uwe Hermann
2009-05-16 22:05:42 +00:00
parent 8403ccb49f
commit 2cac6860c3
30 changed files with 4 additions and 153 deletions

View File

@ -19,7 +19,6 @@
*/
#include <sys/time.h>
#include <stdio.h>
#include "flash.h"
// count to a billion. Time it. If it's < 1 sec, count to 10B, etc.