Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Beernaert Robbe committed Jan 7, 2025
1 parent 9c7f6e4 commit 6223a4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/vstudio/_preload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,6 @@
function (value)
-- value is expected to be in the format <sdk>/<version>
local parts = value:explode("/", true, 1)
local sdk = parts[1] or value


if parts and #parts == 2 then
if p.api.checkValue(p.field.get("dotnetsdk"), parts[1], "string") then
Expand Down

0 comments on commit 6223a4b

Please sign in to comment.