Skip to content

Commit

Permalink
Remove TODO in Crystal::Loader on Windows (#14988)
Browse files Browse the repository at this point in the history
This has been addressed by #14146 from outside the loader, and there is essentially only one TODO left for #11575.
  • Loading branch information
HertzDevil authored Sep 10, 2024
1 parent fdbaeb4 commit 8b1a391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/crystal/loader/msvc.cr
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ class Crystal::Loader
end

private def open_library(path : String)
# TODO: respect `@[Link(dll:)]`'s search order
LibC.LoadLibraryExW(System.to_wstr(path), nil, 0)
end

Expand Down

0 comments on commit 8b1a391

Please sign in to comment.