Remove unused resource string
authorMatt Ellis <matell@microsoft.com>
Mon, 10 Aug 2015 23:45:38 +0000 (16:45 -0700)
committerMatt Ellis <matell@microsoft.com>
Tue, 18 Aug 2015 00:01:20 +0000 (17:01 -0700)
commit793558ed5b888b57553df4c8a3e740aa171e51d3
tree99d8a8192923ea1cfbbf369ccdfb9b6503fa08da
parentdc0fca478639add871244ad106500ae0f5ff676c
Remove unused resource string

StackTrace_Stack was conditional between Unix and Windows, which is
problematic when building on Unix, since the Mono provided ResGen does
not understand our define directives. It turns out this string is
unused (in both CoreCLR and Desktop) so to make things easier, we can
just remove it.
src/mscorlib/src/mscorlib.txt