Remove support for nonexistent UnmanagedFunctionPointerAttribute.PreserveSig. (#20396)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Wed, 24 Oct 2018 22:56:33 +0000 (15:56 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Oct 2018 22:56:33 +0000 (15:56 -0700)
commitba97e4e878d36b3d75d410016143a7fba4ad53a9
tree77d5bde80d1d8f1e98961975facbd34b95f7dfc9
parentebc4bde180020a252e681cec44956fda18afdb8c
Remove support for nonexistent UnmanagedFunctionPointerAttribute.PreserveSig. (#20396)

UnmanagedFunctionPointer doesn't have a PreserveSig attribute on framework or core, so remove the unused, confusing, and inaccurate support from the runtime.
src/vm/dllimport.cpp