Conversation
|
@lzybkr are these used in Windows PowerShell (and thus a breaking change)? |
|
@SteveL-MSFT I've ran a search on WindowsPS code; I don't see these macros defined anywhere. |
Code guarded by the following defines is ancient and has never been used, so removing. * RELATIONSHIP_SUPPORTED * SUPPORTS_IMULTIVALUEPROPERTYCMDLETPROVIDER * SUPPORTS_CMDLETPROVIDER_FILE Also removed some unused platform dependent unsafe code.
f45e270 to
e48199e
Compare
|
Right, this code has never been used, probably hasn't been compiled in over 10 years. |
|
A side question, the @Indhukrishna can you please weigh in? |
|
I synced with @Indhukrishna offline and submitted PR #5075 to remove |
Code guarded by the following defines is ancient and has never been
used, so removing.