summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl')
-rw-r--r--ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl14
1 files changed, 0 insertions, 14 deletions
diff --git a/ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl b/ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
deleted file mode 100644
index ab6754cc1b..0000000000
--- a/ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
+++ /dev/null
@@ -1,14 +0,0 @@
-include "mozilla/_ipdltest/TestInterruptErrorCleanup.h";
-
-namespace mozilla {
-namespace _ipdltest {
-
-[ManualDealloc, ChildImpl="TestInterruptErrorCleanupChild", ParentImpl="TestInterruptErrorCleanupParent"]
-intr protocol PTestInterruptErrorCleanup {
-child:
- [LegacyIntr] intr Error();
- [LegacyIntr] intr __delete__();
-};
-
-} // namespace _ipdltest
-} // namespace mozilla