It's done, remove the "TODO"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-09-13 05:56:10 +00:00
parent 2d4e4b7ca2
commit 3b087917bf

View File

@@ -242,7 +242,6 @@ class MyUnixCCompiler(distutils.unixccompiler.UnixCCompiler):
# Remove items from the build collection that don't need to be built
# because their obj file is newer than the source fle and any other
# dependencies.
# TODO
for obj in objects:
src, ext = build[obj]
if not newer_group([src] + depends, obj):