summaryrefslogtreecommitdiff
path: root/src/inc/clrprivbinderutil.h
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-12 20:21:08 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-12 21:56:43 -0800
commit4a252cee944e66e7ad709bc11a31037c78fcdfe9 (patch)
treead241da7a27a372dce53025910ec271838c6bf66 /src/inc/clrprivbinderutil.h
parent57aaf669076c1fb4c756251192f301b7b6db22dc (diff)
downloadcoreclr-4a252cee944e66e7ad709bc11a31037c78fcdfe9.tar.gz
coreclr-4a252cee944e66e7ad709bc11a31037c78fcdfe9.tar.bz2
coreclr-4a252cee944e66e7ad709bc11a31037c78fcdfe9.zip
Remove clrpriv* dead code
Diffstat (limited to 'src/inc/clrprivbinderutil.h')
-rw-r--r--src/inc/clrprivbinderutil.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/inc/clrprivbinderutil.h b/src/inc/clrprivbinderutil.h
index 1a645dccc0..d42f2b8d66 100644
--- a/src/inc/clrprivbinderutil.h
+++ b/src/inc/clrprivbinderutil.h
@@ -737,9 +737,6 @@ namespace CLRPrivBinderUtil
/** probably should be exposed on an instance (of something) method rather that magically calling GetAppDomain() **/
ICLRPrivAssembly* RaiseAssemblyResolveEvent(IAssemblyName *pAssemblyName, ICLRPrivAssembly* pRequestingAssembly);
- /** PLACEHOLDER - CLRPRivBinderFusion::BindAssemblyByName throws, despite being an HRESULT function,
- most presumably because returning HRESULT is too lossy **/
-
/** Ultimately, only the binder can do ref-def matching, and it should be opaque to CLR.
This is not trivial to do, however, since we cannot do data conversion as the function is nofault **/
BOOL CompareHostBinderSpecs(AssemblySpec* a1, AssemblySpec* a2);