Array.Sort<T>: Remove unnecessary GetLowerBound(0) call
authorJustin Van Patten <jvp@justinvp.com>
Sat, 16 Jan 2016 00:57:56 +0000 (16:57 -0800)
committerJustin Van Patten <jvp@justinvp.com>
Sat, 16 Jan 2016 00:59:26 +0000 (16:59 -0800)
commit22cf5ad742a5a2248f22957755c0ec250f9e6df9
tree4f244d56b7cd2883534fa7ae5e9a74661aa2a202
parenta387f5d945e48000af34b9cb6fff25aabf04a037
Array.Sort<T>: Remove unnecessary GetLowerBound(0) call

The lower bound of T[] is 0, so there's no need to call
GetLowerBound(0).
src/mscorlib/src/System/Array.cs