mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-21 07:28:48 +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;
|
typedef VTYPE(ulong, VECT_SIZE) u64x;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// this one needs to die
|
|
||||||
#define allx(r) r
|
|
||||||
|
|
||||||
static inline u32 l32_from_64_S (u64 a)
|
static inline u32 l32_from_64_S (u64 a)
|
||||||
{
|
{
|
||||||
const u32 r = (u32) (a);
|
const u32 r = (u32) (a);
|
||||||
|
Loading…
Reference in New Issue
Block a user