Skip to content

Commit 98168c2

Browse files
committed
Remove dead code
1 parent b536281 commit 98168c2

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

tests/unit_tests/Test/PM/Unit/Oras.cls

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,4 @@ Method TestGetPackageServiceUrlNormalizationWithPort()
4242
do $$$AssertEquals(svc.PathPrefix, "", "No path prefix when no path in URL")
4343
}
4444

45-
Method RunCommand(pCommand As %String)
46-
{
47-
do ##class(%IPM.Main).Shell(pCommand)
48-
do $$$LogMessage("Run command: "_pCommand)
49-
}
50-
51-
Method AssertNoException(pCommand As %String)
52-
{
53-
do ##class(%IPM.Main).ShellInternal(pCommand,.tException)
54-
if '$$$AssertEquals(tException,"","No exceptions occurred running command: "_pCommand) {
55-
do $$$LogMessage(tException.DisplayString())
56-
}
57-
}
58-
5945
}

0 commit comments

Comments
 (0)