File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
test/ProgressOnderwijsUtils.Tests Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,7 @@ public static class AttributeConstructionMethods
250250 AttributeLookupTable_GeneratedOutputFilePath ,
251251 GenerateAttributeLookupTable (
252252 elements . Select ( el => ( el . elementName , el . attributes ) ) . ToArray ( ) ,
253- globalAttributes ,
254- specificAttributes . ToArray ( ) ,
255- booleanAttributes
253+ globalAttributes
256254 )
257255 ) ,
258256 } . WhereNotNull ( ) . ToArray ( ) ;
@@ -262,9 +260,7 @@ public static class AttributeConstructionMethods
262260
263261 string GenerateAttributeLookupTable (
264262 ( string elementName , DistinctArray < string > attributes ) [ ] elements ,
265- HashSet < string > globalAttributes ,
266- string [ ] specificAttributes ,
267- Dictionary < string , bool ? > booleanAttributes )
263+ HashSet < string > globalAttributes )
268264 {
269265 // Generate lookup entries for each element
270266 var elementLookups = elements . Select ( el => {
You can’t perform that action at this time.
0 commit comments