From 4bfab153b8eb41eb5a16504784349f34645716b5 Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Tue, 6 Nov 2007 16:51:13 +0000 Subject: [PATCH] [ 1268229 ] gcc4 compilation fix git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@679 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/include/flash.h | 1 - 1 file changed, 1 deletion(-) diff --git a/jtag/include/flash.h b/jtag/include/flash.h index 11afbc7a..6c0677a1 100644 --- a/jtag/include/flash.h +++ b/jtag/include/flash.h @@ -28,7 +28,6 @@ #include -extern flash_driver_t *flash_driver; extern flash_driver_t *flash_drivers[]; #endif /* FLASH_H */