Ignore:
Timestamp:
Feb 25, 2026, 12:56:30 AM (3 days ago)
Author:
Matthew Au-Yeung <mw2auyeu@…>
Branches:
stuck-waitfor-destruct
Children:
88bb0b4
Parents:
a0548c2
Message:

Revert "Add a generated hash to fix stuck waitfor comparing static inline mutex destructors"

This reverts commit a30fceb1a73c4ef2bbee39a2b5406da881f51111.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Waitfor.cpp

    ra0548c2 r44940ee  
    2222#include "InitTweak/InitTweak.hpp"
    2323#include "ResolvExpr/Resolver.hpp"
    24 #include "Concurrency/MutexFuncHash.hpp"
    2524
    2625#include "AST/Print.hpp"
     
    332331                makeAccStmt( location, acceptables, index, "func",
    333332                        funcExpr, context ),
    334                 makeAccStmt( location, acceptables, index, "func_id",
    335                         Concurrency::hashMangleExpr( location,
    336                                 variableExpr->var.strict_as<ast::DeclWithType>() ),
    337                         context ),
    338333                makeAccStmt( location, acceptables, index, "data",
    339334                        new ast::VariableExpr( location, monitors ), context ),
Note: See TracChangeset for help on using the changeset viewer.