summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestNestedLoops.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestNestedLoops.ipdl')
-rw-r--r--ipc/ipdl/test/cxx/PTestNestedLoops.ipdl22
1 files changed, 0 insertions, 22 deletions
diff --git a/ipc/ipdl/test/cxx/PTestNestedLoops.ipdl b/ipc/ipdl/test/cxx/PTestNestedLoops.ipdl
deleted file mode 100644
index 168461ab41..0000000000
--- a/ipc/ipdl/test/cxx/PTestNestedLoops.ipdl
+++ /dev/null
@@ -1,22 +0,0 @@
-
-include "mozilla/_ipdltest/TestNestedLoops.h";
-
-namespace mozilla {
-namespace _ipdltest {
-
-
-[ManualDealloc, ChildImpl="TestNestedLoopsChild", ParentImpl="TestNestedLoopsParent"]
-intr protocol PTestNestedLoops {
-
-child:
- async Start();
- [LegacyIntr] intr R();
- async __delete__();
-
-parent:
- async Nonce();
-};
-
-
-} // namespace mozilla
-} // namespace _ipdltest