summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestRacyReentry.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestRacyReentry.ipdl')
-rw-r--r--ipc/ipdl/test/cxx/PTestRacyReentry.ipdl23
1 files changed, 0 insertions, 23 deletions
diff --git a/ipc/ipdl/test/cxx/PTestRacyReentry.ipdl b/ipc/ipdl/test/cxx/PTestRacyReentry.ipdl
deleted file mode 100644
index b9579cef24..0000000000
--- a/ipc/ipdl/test/cxx/PTestRacyReentry.ipdl
+++ /dev/null
@@ -1,23 +0,0 @@
-include "mozilla/_ipdltest/TestRacyReentry.h";
-
-namespace mozilla {
-namespace _ipdltest {
-
-
-[ManualDealloc, ChildImpl="TestRacyReentryChild", ParentImpl="TestRacyReentryParent"]
-intr protocol PTestRacyReentry {
-
-parent:
- [LegacyIntr] intr E();
- async __delete__();
-
-child:
- async Start();
-
- async N();
- [LegacyIntr] intr H();
-};
-
-
-} // namespace mozilla
-} // namespace _ipdltest