use ir_tarval to calculate case values
[cparser] / diagnostic.c
index 33bf313..27fdda9 100644 (file)
@@ -177,12 +177,6 @@ done_flags:;
                        break;
                }
 
-               case 't': {
-                       const token_t *const token = va_arg(ap, const token_t*);
-                       print_pp_token(stderr, token);
-                       break;
-               }
-
                case 'K': {
                        const token_t* const token = va_arg(ap, const token_t*);
                        print_token(stderr, token);