Skip to content

Commit 4ae0669

Browse files
authored
Delete code under FEATURE_NATIVE_IMAGE_GENERATION (dotnet#57669)
1 parent 97d8130 commit 4ae0669

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+241
-22754
lines changed

src/coreclr/debug/daccess/dacfn.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
#include "stdafx.h"
1313

1414
#include <encee.h>
15-
#ifdef FEATURE_PREJIT
16-
#include "compile.h"
17-
#endif // FEATURE_PREJIT
1815
#include <virtualcallstub.h>
1916
#include "peimagelayout.inl"
2017

src/coreclr/debug/daccess/nidump.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
#define _ASSERTE(x) assert(x)
3434
#endif
3535

36-
#include <compile.h>
37-
3836
#ifdef USE_GC_INFO_DECODER
3937
#include <gcinfodecoder.h>
4038
#endif

src/coreclr/ildasm/dasm.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
#pragma warning(disable : 4640)
3030
#endif
3131

32-
#if defined(_DEBUG) && defined(FEATURE_PREJIT)
33-
#include <corcompile.h>
34-
#endif
35-
3632
#ifdef TARGET_UNIX
3733
#include "resourcestring.h"
3834
#define NATIVE_STRING_RESOURCE_NAME dasm_rc

0 commit comments

Comments
 (0)