summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl')
-rw-r--r--ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl19
1 files changed, 0 insertions, 19 deletions
diff --git a/ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl b/ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
deleted file mode 100644
index 84bc6f0a97..0000000000
--- a/ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
+++ /dev/null
@@ -1,19 +0,0 @@
-include "mozilla/_ipdltest/TestInterruptShutdownRace.h";
-
-namespace mozilla {
-namespace _ipdltest {
-
-[ManualDealloc, ChildImpl="TestInterruptShutdownRaceChild", ParentImpl="TestInterruptShutdownRaceParent"]
-intr protocol PTestInterruptShutdownRace {
-parent:
- sync StartDeath();
- async Orphan();
-
-child:
- async Start();
- [LegacyIntr] intr Exit();
- async __delete__();
-};
-
-} // namespace _ipdltest
-} // namespace mozilla