[qfcc] Nuke PAS from orbit

And there was much rejoicing. I hated having to create that opcode.
This commit is contained in:
Bill Currie 2020-03-13 20:56:10 +09:00
parent de89f2f31f
commit d150210888
5 changed files with 8 additions and 43 deletions

View file

@ -75,7 +75,6 @@ const char *
get_op_string (int op)
{
switch (op) {
case PAS: return ".=";
case OR: return "||";
case AND: return "&&";
case EQ: return "==";