summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestSyncError.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestSyncError.ipdl')
-rw-r--r--ipc/ipdl/test/cxx/PTestSyncError.ipdl20
1 files changed, 0 insertions, 20 deletions
diff --git a/ipc/ipdl/test/cxx/PTestSyncError.ipdl b/ipc/ipdl/test/cxx/PTestSyncError.ipdl
deleted file mode 100644
index a4b6d428e8..0000000000
--- a/ipc/ipdl/test/cxx/PTestSyncError.ipdl
+++ /dev/null
@@ -1,20 +0,0 @@
-include "mozilla/_ipdltest/TestSyncError.h";
-
-namespace mozilla {
-namespace _ipdltest {
-
-
-[ManualDealloc, ChildImpl="TestSyncErrorChild", ParentImpl="TestSyncErrorParent"]
-sync protocol PTestSyncError {
-
-child:
- async Start();
-
-parent:
- sync Error();
- async __delete__();
-};
-
-
-} // namespace mozilla
-} // namespace _ipdltest