Skip to content

Commit ee6ab60

Browse files
committed
Remove broken code
This code does not actually fix the issue
1 parent 5dd35b4 commit ee6ab60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,9 +1334,6 @@ ClassMethod ImportItem(InternalName As %String, force As %Boolean = 0, verbose A
13341334
if ..Type(InternalName) = "prj" {
13351335
set sc = $$$ADDSC(sc, ..FixProjectCspReferences(InternalName))
13361336
}
1337-
if ..Type(InternalName) = "hl7" {
1338-
set sc = $system.OBJ.Load(..NormalizeExtension(filename),$Select(compile:"ck-l",1:"-l-d"))
1339-
}
13401337
write !, InternalName," has been imported from ", filename
13411338
} else {
13421339
write !, "ERROR importing" ,InternalName, !

0 commit comments

Comments
 (0)