1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-27 02:18:21 +00:00

Get rid of remove* variables in data. context

This commit is contained in:
jsteube 2016-09-22 14:46:04 +02:00
parent a3b4cc5a80
commit 6d992ec37e
2 changed files with 0 additions and 4 deletions

View File

@ -979,8 +979,6 @@ typedef struct
u32 force; u32 force;
u32 benchmark; u32 benchmark;
u32 runtime; u32 runtime;
u32 remove;
u32 remove_timer;
u32 hex_charset; u32 hex_charset;
u32 hex_salt; u32 hex_salt;
u32 hex_wordlist; u32 hex_wordlist;

View File

@ -282,8 +282,6 @@ int main (int argc, char **argv)
data.outfile_check_timer = user_options->outfile_check_timer; data.outfile_check_timer = user_options->outfile_check_timer;
data.powertune_enable = user_options->powertune_enable; data.powertune_enable = user_options->powertune_enable;
data.quiet = user_options->quiet; data.quiet = user_options->quiet;
data.remove = user_options->remove;
data.remove_timer = user_options->remove_timer;
data.runtime = user_options->runtime; data.runtime = user_options->runtime;
data.scrypt_tmto = user_options->scrypt_tmto; data.scrypt_tmto = user_options->scrypt_tmto;
data.segment_size = user_options->segment_size; data.segment_size = user_options->segment_size;