Skip to content

Commit 562ff66

Browse files
Copilotjkotas
andauthored
Remove PAL oleauto.h shim and stale CoreCLR includes (#129874)
`src/coreclr/pal/inc/rt/oleauto.h` was a PAL-era shim that is no longer needed for current CoreCLR builds. Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
1 parent cc41131 commit 562ff66

4 files changed

Lines changed: 0 additions & 138 deletions

File tree

src/coreclr/inc/utilcode.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ using std::nothrow;
2222
#include "winwrap.h"
2323
#include <wchar.h>
2424
#include <ole2.h>
25-
#include <oleauto.h>
2625
#include "clrtypes.h"
2726
#include "safewrap.h"
2827
#include "volatile.h"

src/coreclr/pal/inc/rt/oleauto.h

Lines changed: 0 additions & 132 deletions
This file was deleted.

src/coreclr/tools/metainfo/mdinfo.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
#include "cor.h"
99
#include "corhlprpriv.h"
1010

11-
#ifdef TARGET_UNIX
12-
#include <oleauto.h>
13-
#endif
14-
1511
#define STRING_BUFFER_LEN 4096
1612

1713
typedef void (*strPassBackFn)(const char *str);

src/coreclr/vm/comdatetime.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef _COMDATETIME_H_
66
#define _COMDATETIME_H_
77

8-
#include <oleauto.h>
98
#include "fcall.h"
109

1110
#include <pshpack1.h>

0 commit comments

Comments
 (0)