Skip to content

Commit bd966d7

Browse files
committed
Removed unused ParseJsonString function
1 parent 37c3da1 commit bd966d7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,7 @@ if ($PSVersionTable.PSVersion.Major -lt 6) {
5959
}
6060
return $Response
6161
}
62-
63-
function ParseJsonString($json) {
64-
$config = $javaScriptSerializer.DeserializeObject($json)
65-
if ($config -is [Array]) {
66-
return ParseJsonArray($config)
67-
}
68-
else {
69-
return ParseJsonObject($config)
7062
}
71-
}
72-
}
7363

7464
### Helper Functions ###
7565

0 commit comments

Comments
 (0)