Removed functions sort_by_pot() and sort_by_salt_buf() from potfile.c - Code no longer required due to potfile --show and --left handling logic
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
#define INCR_POT 1000
|
||||
|
||||
int sort_by_pot (const void *v1, const void *v2, MAYBE_UNUSED void *v3);
|
||||
int sort_by_salt_buf (const void *v1, const void *v2, MAYBE_UNUSED void *v3);
|
||||
int sort_by_hash_t_salt (const void *v1, const void *v2);
|
||||
int sort_by_hash_t_salt_hccap (const void *v1, const void *v2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user