浏览代码

* removed outdated comment

git-svn-id: trunk@31650 -
Jonas Maebe 10 年之前
父节点
当前提交
f7948ff25f
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      compiler/aasmcnst.pas

+ 1 - 2
compiler/aasmcnst.pas

@@ -870,8 +870,7 @@ implementation
            maybe_new_object_file(prelist);
            { we always need a new section here, since if we started a new
              object file then we have to say what the section is, and otherwise
-             we need a new section because that's how the dead stripping works
-             (except on Darwin, but that will be addressed in a future commit) }
+             we need a new section because that's how the dead stripping works }
            new_section(prelist,section,secname,const_align(alignment));
          end
        else if tcalo_new_section in options then