summaryrefslogtreecommitdiff
path: root/src/inc/xcordebug.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/xcordebug.idl')
-rw-r--r--src/inc/xcordebug.idl11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/inc/xcordebug.idl b/src/inc/xcordebug.idl
index 5a1a48a4b7..646c2069ea 100644
--- a/src/inc/xcordebug.idl
+++ b/src/inc/xcordebug.idl
@@ -55,17 +55,6 @@ interface ICorDebugProcess4 : IUnknown
};
-[
- object,
- local,
- uuid(CB54E392-C6DD-47BE-9C60-A99F3ECE3A98),
- pointer_default(unique)
-]
-interface ICorDebugProcess9 : IUnknown
-{
- HRESULT CreateBreakpoint([in] CORDB_ADDRESS address, [out] ICorDebugValueBreakpoint **ppBreakpoint);
-}
-
#ifdef FEATURE_LEGACYNETCF_DBG_HOST_CONTROL
/* A private API for use on Windows phone to invoke CLR hosting