[gamecode] Remove the right_associative field

It has been useless pretty much since I switched to using bison for the
parser.
This commit is contained in:
Bill Currie 2022-01-02 19:02:48 +09:00
parent c42043ced4
commit ba5f6d97c6
2 changed files with 293 additions and 293 deletions

View file

@ -427,7 +427,6 @@ typedef enum {
typedef struct opcode_s {
const char *name;
const char *opname;
qboolean right_associative;
etype_t type_a, type_b, type_c;
unsigned int min_version;
const char *fmt;

File diff suppressed because it is too large Load diff