summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2019-02-22 18:57:02 -0800
committerStephen Toub <stoub@microsoft.com>2019-02-22 21:57:02 -0500
commite3d73ad3c8216118d3fa7962a6d169ba8932902e (patch)
tree85355401f638857b1fca77cc382d4b4b7b8dc2a5 /src/dlls
parent83e9a3959620da5fd3ecdb1ee9d1fa6a80569cf8 (diff)
downloadcoreclr-e3d73ad3c8216118d3fa7962a6d169ba8932902e.tar.gz
coreclr-e3d73ad3c8216118d3fa7962a6d169ba8932902e.tar.bz2
coreclr-e3d73ad3c8216118d3fa7962a6d169ba8932902e.zip
Remove 'from HRESULT' (#22782)
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscorrc/mscorrc.rc1
-rw-r--r--src/dlls/mscorrc/resource.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/dlls/mscorrc/mscorrc.rc b/src/dlls/mscorrc/mscorrc.rc
index 6717d68703..20612bbd7c 100644
--- a/src/dlls/mscorrc/mscorrc.rc
+++ b/src/dlls/mscorrc/mscorrc.rc
@@ -496,7 +496,6 @@ BEGIN
STRINGTABLE DISCARDABLE
BEGIN
CEE_E_CVTRES_NOT_FOUND "Could not execute CVTRES.EXE."
- IDS_EE_EXCEPTION_FROM_HRESULT "Exception from HRESULT: "
IDS_EE_NDIRECT_UNSUPPORTED_SIG "Method's type signature is not PInvoke compatible."
IDS_EE_COM_UNSUPPORTED_SIG "Method's type signature is not Interop compatible."
IDS_EE_COM_UNSUPPORTED_TYPE "The method returned a COM Variant type that is not Interop compatible."
diff --git a/src/dlls/mscorrc/resource.h b/src/dlls/mscorrc/resource.h
index cbd03b6271..cec39bbb30 100644
--- a/src/dlls/mscorrc/resource.h
+++ b/src/dlls/mscorrc/resource.h
@@ -88,7 +88,6 @@
#define IDS_DS_DSOTHREADMODEL 0x1707
#define IDS_EE_NDIRECT_UNSUPPORTED_SIG 0x1708
-#define IDS_EE_EXCEPTION_FROM_HRESULT 0x1709
#define IDS_EE_NDIRECT_BADNATL 0x170a
#define IDS_EE_NDIRECT_LOADLIB_WIN 0x170b
#define IDS_EE_NDIRECT_GETPROCADDRESS_WIN 0x170c