mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 12:40:42 +00:00
remove debug code
This commit is contained in:
parent
11c7c27f70
commit
7d09105740
1 changed files with 0 additions and 2 deletions
|
@ -168,8 +168,6 @@ void
|
||||||
reloc_op_def_ofs (def_t *def, int ofs, int field)
|
reloc_op_def_ofs (def_t *def, int ofs, int field)
|
||||||
{
|
{
|
||||||
reloc_t *ref = new_reloc (ofs, rel_op_a_def_ofs + 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;
|
ref->next = def->refs;
|
||||||
def->refs = ref;
|
def->refs = ref;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue