public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1311] [libstdc++] Remove unused hasher instance.
@ 2021-06-08 22:42 Thomas Rodgers
  0 siblings, 0 replies; only message in thread
From: Thomas Rodgers @ 2021-06-08 22:42 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:16a8e18858abdc877b14caf33dec24aada1a3308

commit r12-1311-g16a8e18858abdc877b14caf33dec24aada1a3308
Author: Thomas Rodgers <rodgert@appliantology.com>
Date:   Tue Jun 8 15:41:31 2021 -0700

    [libstdc++] Remove unused hasher instance.
    
    This is a remnant of poorly executed refactoring.
    
    libstdc++-v3/ChangeLog:
    
            * include/std/barrier (__tree_barrier::_M_arrive): Remove
            unnecessary hasher instantiation.

Diff:
---
 libstdc++-v3/include/std/barrier | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libstdc++-v3/include/std/barrier b/libstdc++-v3/include/std/barrier
index fd61fb4f9da..4210e30d1ce 100644
--- a/libstdc++-v3/include/std/barrier
+++ b/libstdc++-v3/include/std/barrier
@@ -103,7 +103,6 @@ It looks different from literature pseudocode for two main reasons:
 			   static_cast<__barrier_phase_t>(__old_phase_val + 2);
 
 	size_t __current_expected = _M_expected;
-	std::hash<std::thread::id> __hasher;
 	__current %= ((_M_expected + 1) >> 1);
 
 	for (int __round = 0; ; ++__round)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-08 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 22:42 [gcc r12-1311] [libstdc++] Remove unused hasher instance Thomas Rodgers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).