Browse Source

Remove TODO(#29)

rexim 4 years ago
parent
commit
254c68bb77
1 changed files with 0 additions and 1 deletions
  1. 0 1
      nobuild.h

+ 0 - 1
nobuild.h

@@ -200,7 +200,6 @@ void chain_echo(Chain chain);
         chain_run_sync(chain);                                          \
     } while(0)
 
-// TODO(#29): REBUILD_URSELF does not distinguish MSVC and MinGW setups on Windows
 #ifndef REBUILD_URSELF
 #  if _WIN32
 #    if defined(__GNUC__)