Skip to content

Commit

Permalink
Remove an unused JSON serialization call
Browse files Browse the repository at this point in the history
This was completely unused in the function.
  • Loading branch information
Geod24 committed Feb 16, 2024
1 parent 85a78c0 commit fa560ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/dub/project.d
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,6 @@ public class SelectedVersions {

Json serialize()
const {
Json json = serializeToJson(m_selections);
Json serialized = Json.emptyObject;
serialized["fileVersion"] = m_selections.fileVersion;
serialized["versions"] = Json.emptyObject;
Expand Down

0 comments on commit fa560ac

Please sign in to comment.