summaryrefslogtreecommitdiff
path: root/src/vm/wks
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-07 15:19:30 -0800
committerGitHub <noreply@github.com>2017-11-07 15:19:30 -0800
commited896bf25fa17e0015a0e274072bbb820410300b (patch)
tree4fbce61e26287ebaaede7af4014589cabe9f2d21 /src/vm/wks
parent1ed7aebdef6b38ee39e7a0db025fd49e37c53b83 (diff)
downloadcoreclr-ed896bf25fa17e0015a0e274072bbb820410300b.tar.gz
coreclr-ed896bf25fa17e0015a0e274072bbb820410300b.tar.bz2
coreclr-ed896bf25fa17e0015a0e274072bbb820410300b.zip
Delete dead code (#14901)
Diffstat (limited to 'src/vm/wks')
-rw-r--r--src/vm/wks/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/wks/CMakeLists.txt b/src/vm/wks/CMakeLists.txt
index 1da2ab8477..3a796ae0ea 100644
--- a/src/vm/wks/CMakeLists.txt
+++ b/src/vm/wks/CMakeLists.txt
@@ -3,8 +3,6 @@ if (WIN32)
add_precompiled_header(common.h ../common.cpp VM_SOURCES_WKS)
# mscorlib.cpp does not compile with precompiled header file
set_source_files_properties(../mscorlib.cpp PROPERTIES COMPILE_FLAGS "/Y-")
- # .c file cannot use cpp precompiled header
- set_source_files_properties(../microsoft.comservices_i.c PROPERTIES COMPILE_FLAGS "/Y-")
# asm files require preprocessing using cl.exe on arm32 and arm64
if(CLR_CMAKE_PLATFORM_ARCH_ARM64)