소스 검색

- removed a sanity check for the output of nm, because it doesn't hold
on Darwin in some cases: it sometimes has a "symbol" with the name
" stub helpers" (including the leading space)

git-svn-id: trunk@20502 -

Jonas Maebe 13 년 전
부모
커밋
d95d0e588d
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      compiler/optdead.pas

+ 0 - 3
compiler/optdead.pas

@@ -312,9 +312,6 @@ const
         { make sure there's room for the name }
         if failiferror(fsymnamepos>length(line)) then
           exit;
-        { and that we're not in the middle of some other column }
-        if failiferror(pos(' ',copy(line,fsymnamepos,length(line)))>0) then
-          exit;
         result:=true;
       end;