From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- ipc/ipdl/test/cxx/PTestHighestPrio.ipdl | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ipc/ipdl/test/cxx/PTestHighestPrio.ipdl (limited to 'ipc/ipdl/test/cxx/PTestHighestPrio.ipdl') diff --git a/ipc/ipdl/test/cxx/PTestHighestPrio.ipdl b/ipc/ipdl/test/cxx/PTestHighestPrio.ipdl deleted file mode 100644 index 877ba427b6..0000000000 --- a/ipc/ipdl/test/cxx/PTestHighestPrio.ipdl +++ /dev/null @@ -1,21 +0,0 @@ -include "mozilla/_ipdltest/TestHighestPrio.h"; - -namespace mozilla { -namespace _ipdltest { - -[ManualDealloc, NestedUpTo=inside_cpow, ChildImpl="TestHighestPrioChild", ParentImpl="TestHighestPrioParent"] -sync protocol PTestHighestPrio -{ -parent: - [Nested=inside_cpow] async Msg1(); - [Nested=inside_sync] sync Msg2(); - [Nested=inside_cpow] async Msg3(); - [Nested=inside_cpow] sync Msg4(); - -child: - async Start(); - [Nested=inside_sync] sync StartInner(); -}; - -} -} -- cgit v1.2.3