Delete unused InteropServices types (dotnet/coreclr#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)
commitfbe41253cda4db4dec4ff3368cb261dc7cd2785d
tree5e44a55670890acb7efb0ebebd955d47599de47b
parentabd4fea011ee0eb60a205fa036fa4f9d6b51fcfe
Delete unused InteropServices types (dotnet/coreclr#8765)

Commit migrated from https://github.com/dotnet/coreclr/commit/a9c90ffd84e987a1793a1ed5c5ad7d89b27d493a
39 files changed:
src/coreclr/src/mscorlib/mscorlib.shared.sources.props
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/Attributes.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ComEventsSink.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IExpando.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IReflect.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ExtensibleClassFactory.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/IRegistrationServices.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ITypeLibConverter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/Marshal.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ObjectCreationDelegate.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/RegistrationServices.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/EventItfInfo.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/EventProviderWriter.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/EventSinkHelperWriter.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/NameSpaceExtractor.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/TCEAdapterGen/TCEAdapterGenerator.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIBindCtx.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIConnectionPoint.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIConnectionPointContainer.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumConnectionPoints.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumConnections.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumMoniker.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumString.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumVARIANT.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumerable.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIEnumerator.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIExpando.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIMoniker.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIPersistFile.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIReflect.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIRunningObjectTable.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMIStream.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMITypeComp.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMITypeInfo.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/UCOMITypeLib.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/Variant.cs [deleted file]
src/coreclr/src/vm/ecalllist.h