Skip to content

Commit

Permalink
Delete code under FEATURE_NATIVE_IMAGE_GENERATION (#57669)
Browse files Browse the repository at this point in the history
  • Loading branch information
elinor-fung authored Aug 18, 2021
1 parent 97d8130 commit 4ae0669
Show file tree
Hide file tree
Showing 78 changed files with 241 additions and 22,754 deletions.
3 changes: 0 additions & 3 deletions src/coreclr/debug/daccess/dacfn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
#include "stdafx.h"

#include <encee.h>
#ifdef FEATURE_PREJIT
#include "compile.h"
#endif // FEATURE_PREJIT
#include <virtualcallstub.h>
#include "peimagelayout.inl"

Expand Down
2 changes: 0 additions & 2 deletions src/coreclr/debug/daccess/nidump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#define _ASSERTE(x) assert(x)
#endif

#include <compile.h>

#ifdef USE_GC_INFO_DECODER
#include <gcinfodecoder.h>
#endif
Expand Down
4 changes: 0 additions & 4 deletions src/coreclr/ildasm/dasm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
#pragma warning(disable : 4640)
#endif

#if defined(_DEBUG) && defined(FEATURE_PREJIT)
#include <corcompile.h>
#endif

#ifdef TARGET_UNIX
#include "resourcestring.h"
#define NATIVE_STRING_RESOURCE_NAME dasm_rc
Expand Down
Loading

0 comments on commit 4ae0669

Please sign in to comment.