1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00

Remove unused variable in rp.c

This commit is contained in:
jsteube 2017-01-06 07:55:35 +01:00
parent 0cbf19e162
commit ae5b75d65c

View File

@ -149,7 +149,6 @@ int generate_random_rule (char rule_buf[RP_RULE_BUFSIZ], const u32 rp_gen_func_m
u32 r = 0;
u32 p1 = 0;
u32 p2 = 0;
u32 p3 = 0;
switch ((char) get_random_num (0, 9))
{