summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl')
-rw-r--r--ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl30
1 files changed, 0 insertions, 30 deletions
diff --git a/ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl b/ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl
deleted file mode 100644
index 6256eca9db..0000000000
--- a/ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl
+++ /dev/null
@@ -1,30 +0,0 @@
-include "mozilla/_ipdltest/TestRacyUndefer.h";
-
-namespace mozilla {
-namespace _ipdltest {
-
-
-[ManualDealloc, ChildImpl="TestRacyUndeferChild", ParentImpl="TestRacyUndeferParent"]
-intr protocol PTestRacyUndefer {
-
-child:
- async Start();
-
- async AwakenSpam();
- async AwakenRaceWinTwice();
-
- [LegacyIntr] intr Race();
-
- async __delete__();
-
-parent:
-
- [LegacyIntr] intr Spam();
- [LegacyIntr] intr RaceWinTwice();
-
- async Done();
-};
-
-
-} // namespace mozilla
-} // namespace _ipdltest