Skip to content

Commit 0535f49

Browse files
authored
Remove storage
1 parent 36d89c7 commit 0535f49

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/cls/CDV/CDV.cls

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,5 @@ ClassMethod ValidateClassObjects(Class As %String) As %Status
8989
Quit sc
9090
}
9191

92-
Storage Default
93-
{
94-
<Data name="CDVDefaultData">
95-
<Value name="1">
96-
<Value>%%CLASSNAME</Value>
97-
</Value>
98-
<Value name="2">
99-
<Value>Name</Value>
100-
</Value>
101-
</Data>
102-
<DataLocation>^CDV.CDVD</DataLocation>
103-
<DefaultData>CDVDefaultData</DefaultData>
104-
<IdLocation>^CDV.CDVD</IdLocation>
105-
<IndexLocation>^CDV.CDVI</IndexLocation>
106-
<StreamLocation>^CDV.CDVS</StreamLocation>
107-
<Type>%Library.CacheStorage</Type>
108-
}
109-
11092
}
11193

0 commit comments

Comments
 (0)