From f2f7dccb9030661c3795d048d454a9be558f7269 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 22 Sep 2016 15:52:18 +0200 Subject: [PATCH] Get rid of force variable in data. context --- include/types.h | 2 -- src/hashcat.c | 1 - 2 files changed, 3 deletions(-) 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; }