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:
parent
c0d0ef60a5
commit
81b19ddc7d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user