diff options
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestDescSub.ipdl')
-rw-r--r-- | ipc/ipdl/test/cxx/PTestDescSub.ipdl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ipc/ipdl/test/cxx/PTestDescSub.ipdl b/ipc/ipdl/test/cxx/PTestDescSub.ipdl deleted file mode 100644 index a05451c639..0000000000 --- a/ipc/ipdl/test/cxx/PTestDescSub.ipdl +++ /dev/null @@ -1,21 +0,0 @@ -include protocol PTestDesc; -include protocol PTestDescSubsub; - -include "mozilla/_ipdltest/TestDesc.h"; - -namespace mozilla { -namespace _ipdltest { - -[ManualDealloc, ChildImpl="TestDescSubChild", ParentImpl="TestDescSubParent"] -intr protocol PTestDescSub { - manager PTestDesc; - manages PTestDescSubsub; - -child: - async __delete__(); - - [LegacyIntr] intr PTestDescSubsub(); -}; - -} -} |