mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
remove debug
This commit is contained in:
parent
f2d097c013
commit
7775dab7bb
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ case_label_expr (switch_block_t *switch_block, expr_t *value)
|
|||
if (value)
|
||||
convert_name (value);
|
||||
if (value && value->type < ex_string) {
|
||||
print_expr (value);puts("");
|
||||
error (value, "non-constant case value");
|
||||
free (cl);
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue