Skip to content

Commit d5338fd

Browse files
authored
Removed storage
1 parent 7d828be commit d5338fd

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/cls/CDV/CDV.cls

-18
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,5 @@ ClassMethod ValidateClassObjects(Class As %String, ByRef Oid As %String) As %Sta
9191
Quit sc
9292
}
9393

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

0 commit comments

Comments
 (0)