remove debug code

This commit is contained in:
Bill Currie 2003-08-21 02:24:11 +00:00
parent 11c7c27f70
commit 7d09105740

View file

@ -168,8 +168,6 @@ void
reloc_op_def_ofs (def_t *def, int ofs, int field)
{
reloc_t *ref = new_reloc (ofs, rel_op_a_def_ofs + field);
unsigned short x = (&pr.code->code[ofs].a)[field];
printf ("%3d %c %3d %3d %s\n", ofs, 'a' + field, x, def->ofs, def->name);
ref->next = def->refs;
def->refs = ref;
}