Open
Bug 1877797
Opened 1 year ago
Updated 1 year ago
Consider removal of the (currently unused) MessageChannel::CancelCurrentTransaction.
Categories
(Core :: IPC, task)
Core
IPC
Tracking
()
NEW
People
(Reporter: afranchuk, Unassigned)
Details
CancelCurrentTransaction isn't used anywhere in the codebase, and introduces unnecessary complexity that may be removed. We need to fully understand why this was added in the first place before we can confidently remove it.
Flags: needinfo?(nika)
Comment 1•1 year ago
|
||
I think for now we'll leave this open to record our intention to eventually look into cleaning this up, but I don't think there is any priority to cleaning this up. For now, the method is nice to have as a mechanism for testing cancelled transactions for the IPC GTests.
Flags: needinfo?(nika)
You need to log in
before you can comment on or make changes to this bug.
Description
•