1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Remove unused variable

This commit is contained in:
PenguinKeeper7 2024-01-30 03:11:50 +00:00
parent c1a10518fd
commit 73f6d144ee

View File

@ -7674,8 +7674,6 @@ int backend_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime)
if (!backend_ctx->backend_devices_filter[DEVICES_MAX])
{
const u64 backend_devices_cnt_mask = ~(((u64) -1 >> backend_ctx->backend_devices_cnt) << backend_ctx->backend_devices_cnt);
for (int i = backend_ctx->backend_devices_cnt; i < DEVICES_MAX; i++)
{
if (backend_ctx->backend_devices_filter[i])