From 37840bc811282a67c44ea576c89d813c46b45155 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 4 May 2015 16:24:28 +0000 Subject: [PATCH] - removed commented out debug code from TOmfObjData.writeReloc git-svn-id: trunk@30799 - --- compiler/ogomf.pas | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compiler/ogomf.pas b/compiler/ogomf.pas index 8dc447578e..342c337e9f 100644 --- a/compiler/ogomf.pas +++ b/compiler/ogomf.pas @@ -423,13 +423,6 @@ implementation objreloc: TOmfRelocation; symaddr: AWord; begin -{ Write('writeReloc(', data, ',', len, ','); - if p<>nil then - write(p.Name) - else - write('nil'); - Writeln(',',Reloctype,')');} - { RELOC_FARPTR = RELOC_ABSOLUTE+RELOC_SEG } if Reloctype=RELOC_FARPTR then begin