summaryrefslogtreecommitdiff
path: root/src/binder
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-03-01 17:28:42 -0800
committerGitHub <noreply@github.com>2017-03-01 17:28:42 -0800
commitc666f11b70bf12ef2e4568e71c4547e8b2176911 (patch)
treeaf95f841a7d8b15faf89eaf8011e5033be8af9b9 /src/binder
parentb0213b97838c4e1efe0eb2c3c60b78fec0d0da0c (diff)
downloadcoreclr-c666f11b70bf12ef2e4568e71c4547e8b2176911.tar.gz
coreclr-c666f11b70bf12ef2e4568e71c4547e8b2176911.tar.bz2
coreclr-c666f11b70bf12ef2e4568e71c4547e8b2176911.zip
Cleanup (#9892)
* Delete unused PdbTypeMatch tool * Delete unused GetFileVersion.dll binary * Delete bad comments
Diffstat (limited to 'src/binder')
-rw-r--r--src/binder/bindinglog.cpp2
-rw-r--r--src/binder/inc/list.hpp2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/binder/bindinglog.cpp b/src/binder/bindinglog.cpp
index 4466fcea28..87c0c289eb 100644
--- a/src/binder/bindinglog.cpp
+++ b/src/binder/bindinglog.cpp
@@ -41,8 +41,6 @@ namespace BINDER_SPACE
{
namespace
{
- // Ripped from Fusion
-
inline UINT GetPreBindStateName(AssemblyName *pAssemblyName)
{
if (pAssemblyName->HaveAssemblyVersion())
diff --git a/src/binder/inc/list.hpp b/src/binder/inc/list.hpp
index 91ecd1752b..2125924986 100644
--- a/src/binder/inc/list.hpp
+++ b/src/binder/inc/list.hpp
@@ -20,8 +20,6 @@
namespace BINDER_SPACE
{
- // Ripped from Fusion
-
//
// ListNode
//