diff options
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestSyncHang.ipdl')
-rw-r--r-- | ipc/ipdl/test/cxx/PTestSyncHang.ipdl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ipc/ipdl/test/cxx/PTestSyncHang.ipdl b/ipc/ipdl/test/cxx/PTestSyncHang.ipdl deleted file mode 100644 index 05521d6ed2..0000000000 --- a/ipc/ipdl/test/cxx/PTestSyncHang.ipdl +++ /dev/null @@ -1,16 +0,0 @@ -include "mozilla/_ipdltest/TestSyncHang.h"; - -namespace mozilla { -namespace _ipdltest { - - -[ManualDealloc, ChildImpl="TestSyncHangChild", ParentImpl="TestSyncHangParent"] -protocol PTestSyncHang { - -child: - async UnusedMessage(); -}; - - -} // namespace mozilla -} // namespace _ipdltest |