[Cleanup] Remove unused macros in common/types.h (#3194)

# Notes
- These are unused.
This commit is contained in:
Alex King 2023-04-05 11:23:37 -04:00 committed by GitHub
parent 1499f3338e
commit aa910864c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,9 +57,6 @@ typedef const char Const_char; //for perl XS
#define safe_delete(d) if(d) { delete d; d=nullptr; }
#define safe_delete_array(d) if(d) { delete[] d; d=nullptr; }
#define L32(i) ((uint32) i)
#define H32(i) ((uint32) (i >> 32))
#define L16(i) ((uint16) i)
#ifndef WIN32
// More WIN32 compatability