Bug 1316757, part 4 - Remove trivial state machines from IPDL unit tests. r=billm

MozReview-Commit-ID: GJgfzQ8CArj

--HG--
extra : rebase_source : 87aa940d87dd2286168699a0a25508bcb34dbdc2
This commit is contained in:
Andrew McCreight 2016-11-23 09:13:46 -08:00
parent a3d8276ca3
commit 2f16f62dfe
8 changed files with 0 additions and 16 deletions

View File

@ -6,7 +6,5 @@ sync protocol DeleteSub {
parent:
sync __delete__(int x) returns (double d);
state START:
recv __delete__;
};

View File

@ -6,6 +6,4 @@ sync protocol compositor {
child:
async __delete__();
state DEAD:
send __delete__;
};

View File

@ -12,6 +12,4 @@ sync protocol content {
child:
async __delete__();
state DEAD:
send __delete__;
};

View File

@ -2,6 +2,4 @@ sync protocol jetpack {
child:
async __delete__();
state DEAD:
send __delete__;
};

View File

@ -7,6 +7,4 @@ intr protocol jetpackContent {
child:
async __delete__();
state DEAD:
send __delete__;
};

View File

@ -8,6 +8,4 @@ protocol managerProtocol {
parent:
async managedProtocol(int i);
state CREATING:
recv managedProtocol goto CREATING;
};

View File

@ -2,6 +2,4 @@ sync protocol media {
child:
async __delete__();
state DEAD:
send __delete__;
};

View File

@ -2,6 +2,4 @@ intr protocol plugin {
child:
async __delete__();
state DEAD:
send __delete__;
};