From: danmosemsft Date: Mon, 13 Feb 2017 04:52:42 +0000 (-0800) Subject: Remove dead gchost.cpp X-Git-Tag: accepted/tizen/base/20180629.140029~2252^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85443510ce834866f2bc899e8512c2b7b90ee3ed;p=platform%2Fupstream%2Fcoreclr.git Remove dead gchost.cpp --- diff --git a/src/vm/gchost.cpp b/src/vm/gchost.cpp deleted file mode 100644 index af213c2..0000000 --- a/src/vm/gchost.cpp +++ /dev/null @@ -1,28 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. -//***************************************************************************** -// gchost.cpp -// -// This module contains the implementation for the IGCController interface. -// This interface is published through the gchost.idl file. It allows a host -// environment to set config values for the GC. -// - -// -//***************************************************************************** - -//********** Includes ********************************************************* - -#include "common.h" -#include "vars.hpp" -#include "eeconfig.h" -#include "perfcounters.h" -#include "gchost.h" -#include "corhost.h" -#include "excep.h" -#include "field.h" -#include "gcheaputilities.h" - - -