summaryrefslogtreecommitdiff
path: root/src/target/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/image.h')
-rw-r--r--src/target/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/image.h b/src/target/image.h
index 47f0215f..064654b3 100644
--- a/src/target/image.h
+++ b/src/target/image.h
@@ -64,7 +64,6 @@ typedef struct image_s
int base_address; /* base address, if one is set */
int start_address_set; /* whether the image has a start address (entry point) associated */
u32 start_address; /* start address, if one is set */
- char error_str[IMAGE_MAX_ERROR_STRING];
} image_t;
typedef struct image_binary_s