1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 21:51:07 +00:00

Remove some old code no longed needed

This commit is contained in:
Jens Steube 2020-06-03 10:05:29 +02:00
parent 18f169e63b
commit 891b59fb2f

View File

@ -235,8 +235,6 @@ size_t hc_fwrite (const void *ptr, size_t size, size_t nmemb, HCFILE *fp)
#endif
}
if (n != nmemb) return -1;
return n;
}