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:
jsteube
2016-11-16 10:16:15 +01:00
parent 92d485c8c7
commit 23fa7000fa
2 changed files with 0 additions and 35 deletions

View File

@@ -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);