File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -412,22 +412,6 @@ private static ClassTemplateSpecialization GetBasicString(Type type)
412
412
}
413
413
}
414
414
415
- [ TypeMap ( "std::map" , GeneratorKindID = GeneratorKind . CSharp_ID ) ]
416
- public class Map : TypeMap
417
- {
418
- public override bool IsIgnored { get { return true ; } }
419
-
420
- public override Type SignatureType ( TypePrinterContext ctx )
421
- {
422
- if ( ctx . Kind == TypePrinterContextKind . Native )
423
- return new CustomType ( "Std.Map" ) ;
424
-
425
- var type = Type as TemplateSpecializationType ;
426
- return new CustomType (
427
- $@ "System.Collections.Generic.Dictionary<{ type . Arguments [ 0 ] . Type } , { type . Arguments [ 1 ] . Type } >") ;
428
- }
429
- }
430
-
431
415
[ TypeMap ( "FILE" , GeneratorKindID = GeneratorKind . CSharp_ID ) ]
432
416
public class FILE : TypeMap
433
417
{
You can’t perform that action at this time.
0 commit comments