summaryrefslogtreecommitdiff
path: root/src/vm/coverage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/coverage.h')
-rw-r--r--src/vm/coverage.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/vm/coverage.h b/src/vm/coverage.h
deleted file mode 100644
index 9be2cc1c1e..0000000000
--- a/src/vm/coverage.h
+++ /dev/null
@@ -1,19 +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.
-
-
-#ifndef _COVERAGE_H_
-#define _COVERAGE_H_
-
-// Please see coverage.cpp for info on this file
-class COMCoverage
-{
-public:
- //typedef struct
- //{
- // DECLARE_ECALL_I4_ARG(INT32, id);
- //} _CoverageArgs;
- static FCDECL1(unsigned __int64, nativeCoverBlock, INT32 id);
-};
-#endif // _COVERAGE_H_