util: remove unused [U](BEGIN|END) macros
This commit is contained in:
parent
7fa238c701
commit
edb5bb3500
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#define BEGIN(a) ((char*)&(a))
|
||||
#define END(a) ((char*)&((&(a))[1]))
|
||||
#define UBEGIN(a) ((unsigned char*)&(a))
|
||||
#define UEND(a) ((unsigned char*)&((&(a))[1]))
|
||||
#define ARRAYLEN(array) (sizeof(array)/sizeof((array)[0]))
|
||||
|
||||
/** Used by SanitizeString() */
|
||||
|
|
Loading…
Reference in a new issue