summaryrefslogtreecommitdiffstats
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h4
1 files changed, 0 insertions, 4 deletions
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