1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00

Get rid of force variable in data. context

This commit is contained in:
jsteube 2016-09-22 15:52:18 +02:00
parent f9ec232b9b
commit f2f7dccb90
2 changed files with 0 additions and 3 deletions

View File

@ -841,7 +841,6 @@ typedef struct
} user_options_t;
typedef struct
{
u32 attack_kern;
@ -966,7 +965,6 @@ typedef struct
u32 quiet;
u32 force;
u32 pw_min;
u32 pw_max;

View File

@ -270,7 +270,6 @@ int main (int argc, char **argv)
if (1)
{
data.force = user_options->force;
data.quiet = user_options->quiet;
}