diff options
| -rw-r--r-- | libcxx/include/algorithm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index a89b9dd65ea..6749bf61178 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -2328,10 +2328,7 @@ minmax_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __com if (++__first != __last) { if (__comp(*__first, *__result.first)) - { - __result.second = __result.first; __result.first = __first; - } else __result.second = __first; while (++__first != __last) |

