mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-07 01:42:04 +00:00
[qfcc] Remove a stale macro
I don't remember what it was for even, other than somehow dereferencing a pointer def.
This commit is contained in:
parent
6358143795
commit
95cedd879a
1 changed files with 0 additions and 2 deletions
|
@ -348,8 +348,6 @@ typedef struct {
|
|||
ex_list_t list;
|
||||
} ex_decl_t;
|
||||
|
||||
#define POINTER_VAL(p) (((p).def ? (p).def->offset : 0) + (p).val)
|
||||
|
||||
typedef struct expr_s {
|
||||
expr_t *next;
|
||||
rua_loc_t loc; ///< source location of expression
|
||||
|
|
Loading…
Reference in a new issue