diff --git a/harbour/utils/hbdoc/hbdoc.prg b/harbour/utils/hbdoc/hbdoc.prg index e2f37e3452..2f6877b846 100644 --- a/harbour/utils/hbdoc/hbdoc.prg +++ b/harbour/utils/hbdoc/hbdoc.prg @@ -1169,7 +1169,6 @@ STATIC FUNCTION ReadLinkFile( cFile ) nH:=fcreate(cfile) for nPos:=1 to len(aLocdoc) cLine:=alocdoc[nPos] - ? cLine if at("%HB_VERSION%",cLine)>0 cLine:=strtran(cLine,'%HB_VERSION%',cVer) endif