1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 11:48:57 +00:00

Remove no longer needed allx() macro

This commit is contained in:
Jens Steube 2016-04-25 07:05:47 +02:00
parent c0d0ef60a5
commit 81b19ddc7d

View File

@ -33,9 +33,6 @@ typedef VTYPE(uint, VECT_SIZE) u32x;
typedef VTYPE(ulong, VECT_SIZE) u64x;
#endif
// this one needs to die
#define allx(r) r
static inline u32 l32_from_64_S (u64 a)
{
const u32 r = (u32) (a);