Browse Source

Remove irrelevant TODOs

rexim 6 months ago
parent
commit
3517e38079
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src_build/nob_macos.c
  2. 0 1
      src_build/nob_win64_msvc.c

+ 0 - 1
src_build/nob_macos.c

@@ -1,4 +1,3 @@
-// TODO: confirm that MacOS build works on MacOS
 #include <stddef.h>
 #define MUSIALIZER_TARGET_NAME "macos"
 

+ 0 - 1
src_build/nob_win64_msvc.c

@@ -1,4 +1,3 @@
-// TODO: confirm that MSVC build works on Windows
 #define MUSIALIZER_TARGET_NAME "win64-msvc"
 
 bool build_musializer(void)