mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Remove unnecessary initialization of found_user_data_ddt in ddt_v2.c
This commit is contained in:
@@ -140,8 +140,6 @@ int32_t process_ddt_v2(aaruformat_context *ctx, IndexEntry *entry, bool *found_u
|
||||
return AARUF_ERROR_CANNOT_READ_BLOCK;
|
||||
}
|
||||
|
||||
*found_user_data_ddt = false;
|
||||
|
||||
ctx->image_info.ImageSize += ddt_header.cmpLength;
|
||||
|
||||
if(entry->dataType == UserData)
|
||||
|
||||
Reference in New Issue
Block a user