summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
diff options
context:
space:
mode:
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>2018-02-23 10:37:17 -0800
committerGitHub <noreply@github.com>2018-02-23 10:37:17 -0800
commit6b27fa740ad44962093c5af4e6060011ec454a46 (patch)
tree19ee2454f76f13fe7996365724bf900ecd44411e /src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
parent6a083d478854a1c6e708ff16d97ef617125cde86 (diff)
downloadcoreclr-6b27fa740ad44962093c5af4e6060011ec454a46.tar.gz
coreclr-6b27fa740ad44962093c5af4e6060011ec454a46.tar.bz2
coreclr-6b27fa740ad44962093c5af4e6060011ec454a46.zip
Remove StringBuffer and use ValueStringBuilder (#16512)
* Remove StringBuffer and use ValueStringBuilder * Address initial feedback * Address further feedback * Address some more feedback * Put back the temporary builder for output. * Make the temp var ref
Diffstat (limited to 'src/mscorlib/shared/System.Private.CoreLib.Shared.projitems')
-rw-r--r--src/mscorlib/shared/System.Private.CoreLib.Shared.projitems1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems b/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
index 0ce28f5cc0..4ecd5fe518 100644
--- a/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
+++ b/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
@@ -445,7 +445,6 @@
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\OutAttribute.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\PreserveSigAttribute.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\SafeBuffer.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\StringBuffer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\StructLayoutAttribute.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\UnmanagedFunctionPointerAttribute.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\UnmanagedType.cs" />