Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Delete dead code #14901

Merged
merged 2 commits into from
Nov 7, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Delete dead code
  • Loading branch information
jkotas committed Nov 7, 2017
commit f8081723513690561d80617743005b8e6de8e16e
2 changes: 0 additions & 2 deletions src/vm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ set(VM_SOURCES_WKS
olevariant.cpp
pefingerprint.cpp
pendingload.cpp
perfdefaults.cpp
profattach.cpp
profattachclient.cpp
profattachserver.cpp
Expand Down Expand Up @@ -312,7 +311,6 @@ list(APPEND VM_SOURCES_WKS
dwreport.cpp
eventreporter.cpp
extensibleclassfactory.cpp
microsoft.comservices_i.c
mngstdinterfaces.cpp
notifyexternals.cpp
olecontexthelpers.cpp
Expand Down
1 change: 0 additions & 1 deletion src/vm/ceemain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@

#include "stringarraylist.h"
#include "stubhelpers.h"
#include "perfdefaults.h"

#ifdef FEATURE_STACK_SAMPLING
#include "stacksampler.h"
Expand Down
277 changes: 0 additions & 277 deletions src/vm/microsoft.comservices.h

This file was deleted.

Loading