diff --git a/include/types.h b/include/types.h index dd4442218..a41c0ca66 100644 --- a/include/types.h +++ b/include/types.h @@ -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; diff --git a/src/hashcat.c b/src/hashcat.c index 6e3c07060..0ecd9536d 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -270,7 +270,6 @@ int main (int argc, char **argv) if (1) { - data.force = user_options->force; data.quiet = user_options->quiet; }