summaryrefslogtreecommitdiff
path: root/src/md
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-21 09:06:54 -0700
committerJan Kotas <jkotas@microsoft.com>2016-03-21 17:39:02 -0700
commitdfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32 (patch)
tree56624c47f88bc2535298efe283282ca798c902e2 /src/md
parentfc2246d77a951ac2111f242f3bb408af39903270 (diff)
downloadcoreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.tar.gz
coreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.tar.bz2
coreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.zip
Delete legacy netcf compat support (part 1)
Diffstat (limited to 'src/md')
-rw-r--r--src/md/runtime/metamodelro.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/md/runtime/metamodelro.cpp b/src/md/runtime/metamodelro.cpp
index 3f01d105f6..0feb153a2f 100644
--- a/src/md/runtime/metamodelro.cpp
+++ b/src/md/runtime/metamodelro.cpp
@@ -389,10 +389,6 @@ CMiniMd::vSearchTableNotGreater(
return S_OK;
} // CMiniMd::vSearchTableNotGreater
-#if defined(FEATURE_LEGACYNETCF) && defined(FEATURE_METADATA_IN_VM)
-extern BOOL RuntimeIsLegacyNetCF(DWORD adid);
-#endif
-
//*****************************************************************************
// return just the blob value of the first found CA matching the query.
// returns S_FALSE if there is no match
@@ -444,11 +440,5 @@ CMiniMd::CommonGetCustomAttributeByNameEx(
}
ErrExit:
-#if defined(FEATURE_LEGACYNETCF) && defined(FEATURE_METADATA_IN_VM)
- // NetCF ignore malformed custom attribute tables
- if (FAILED(hr) && RuntimeIsLegacyNetCF(0))
- hr = S_FALSE;
-#endif
-
return hr;
} // CMiniMd::CommonGetCustomAttributeByName