Delete unused InteropServices types (#8765)
authorJames Ko <jamesqko@gmail.com>
Fri, 6 Jan 2017 19:21:42 +0000 (14:21 -0500)
committerJan Kotas <jkotas@microsoft.com>
Fri, 6 Jan 2017 19:21:42 +0000 (11:21 -0800)
commita9c90ffd84e987a1793a1ed5c5ad7d89b27d493a
tree2a2b76dc9074e980d75ec51eeec431b1e8acb07d
parent7e9bcf8801765899018704b92553c1f208905732
Delete unused InteropServices types (#8765)
39 files changed:
src/mscorlib/mscorlib.shared.sources.props
src/mscorlib/src/System/Runtime/InteropServices/Attributes.cs
src/mscorlib/src/System/Runtime/InteropServices/ComEventsSink.cs
src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IExpando.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IReflect.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/ExtensibleClassFactory.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/IRegistrationServices.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/ITypeLibConverter.cs
src/mscorlib/src/System/Runtime/InteropServices/Marshal.cs
src/mscorlib/src/System/Runtime/InteropServices/ObjectCreationDelegate.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/RegistrationServices.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/EventItfInfo.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/EventProviderWriter.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/EventSinkHelperWriter.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/NameSpaceExtractor.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/TCEAdapterGenerator.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIBindCtx.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIConnectionPoint.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIConnectionPointContainer.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumConnectionPoints.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumConnections.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumMoniker.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumString.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumVARIANT.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumerable.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumerator.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIExpando.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIMoniker.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIPersistFile.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIReflect.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIRunningObjectTable.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMIStream.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMITypeComp.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMITypeInfo.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/UCOMITypeLib.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/Variant.cs [deleted file]
src/vm/ecalllist.h