From 5310efb16c6580a4aacefe0f204b03da06f9ffc5 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Thu, 9 Aug 2012 17:50:50 +0200 Subject: Added new global macros for ERROR/WARNING/VERBOSE, use it --- src/image.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index 966e818..5ac8286 100644 --- a/src/image.h +++ b/src/image.h @@ -82,8 +82,4 @@ enum image_type image_type_from_string(const char * type); const char * image_type_to_string(enum image_type type); int image_hwrev_is_valid(struct image * image, const char * hwrev); -extern int simulate; -extern int noverify; -extern int verbose; - #endif -- cgit v1.2.3