mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
remove some debug code :P
This commit is contained in:
parent
4c5c711ff5
commit
1c774bc10c
1 changed files with 0 additions and 2 deletions
|
@ -222,8 +222,6 @@ ReuseConstant (expr_t *expr, def_t *def)
|
|||
memcpy (&search.i, &e.e, sizeof (search.i));
|
||||
imm = (immediate_t *) Hash_FindElement (tab, &search);
|
||||
if (imm) {
|
||||
if (imm->i.integer_val != e.e.integer_val)
|
||||
notice (&e, "%08x %08x", imm->i.integer_val, e.e.integer_val);
|
||||
cn = imm->def;
|
||||
if (def) {
|
||||
free_location (def);
|
||||
|
|
Loading…
Reference in a new issue