[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:
Bill Currie 2024-11-04 16:38:31 +09:00
parent 6358143795
commit 95cedd879a

View file

@ -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