Skip to content

Commit fa560ac

Browse files
committed
Remove an unused JSON serialization call
This was completely unused in the function.
1 parent 85a78c0 commit fa560ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/dub/project.d

-1
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,6 @@ public class SelectedVersions {
20162016

20172017
Json serialize()
20182018
const {
2019-
Json json = serializeToJson(m_selections);
20202019
Json serialized = Json.emptyObject;
20212020
serialized["fileVersion"] = m_selections.fileVersion;
20222021
serialized["versions"] = Json.emptyObject;

0 commit comments

Comments
 (0)