summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestActorPunningPunned.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestActorPunningPunned.ipdl')
-rw-r--r--ipc/ipdl/test/cxx/PTestActorPunningPunned.ipdl18
1 files changed, 0 insertions, 18 deletions
diff --git a/ipc/ipdl/test/cxx/PTestActorPunningPunned.ipdl b/ipc/ipdl/test/cxx/PTestActorPunningPunned.ipdl
deleted file mode 100644
index 5cca8a8ab5..0000000000
--- a/ipc/ipdl/test/cxx/PTestActorPunningPunned.ipdl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-include protocol PTestActorPunning;
-
-include "mozilla/_ipdltest/TestActorPunning.h";
-
-namespace mozilla {
-namespace _ipdltest {
-
-[ManualDealloc, ChildImpl="TestActorPunningPunnedChild", ParentImpl="TestActorPunningPunnedParent"]
-protocol PTestActorPunningPunned {
- manager PTestActorPunning;
-
-child:
- async __delete__();
-};
-
-} // namespace mozilla
-} // namespace _ipdltes