We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d89c7 commit 0535f49Copy full SHA for 0535f49
1 file changed
src/cls/CDV/CDV.cls
@@ -89,23 +89,5 @@ ClassMethod ValidateClassObjects(Class As %String) As %Status
89
Quit sc
90
}
91
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
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
-
110
111
0 commit comments