mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[CRT] remove a self assignment. CORE-8215 #resolve
svn path=/trunk/; revision=74299
This commit is contained in:
parent
84ae261e52
commit
8acb3b7995
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ qsort(void *base0, size_t n, size_t size, int (__cdecl *compar)(const void*, con
|
||||||
|
|
||||||
if (size == 0)
|
if (size == 0)
|
||||||
return;
|
return;
|
||||||
compar = compar;
|
|
||||||
thresh = size * THRESH;
|
thresh = size * THRESH;
|
||||||
max = base + n * size;
|
max = base + n * size;
|
||||||
if (n >= THRESH)
|
if (n >= THRESH)
|
||||||
|
|
Loading…
Reference in a new issue