remove some debug code :P

This commit is contained in:
Bill Currie 2003-03-03 21:10:29 +00:00
parent 4c5c711ff5
commit 1c774bc10c
1 changed files with 0 additions and 2 deletions

View File

@ -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);