Disallow RPC calls after rpc_method_send_reply

With NPObject pass-ref sending, there is no need for it.
This commit is contained in:
David Benjamin 2011-04-20 12:01:19 -04:00
parent b96edf97d9
commit b381a9e811
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ handle_f3 (rpc_connection_t *connection)
error = rpc_method_send_reply (connection, RPC_TYPE_INVALID);
RPC_TEST_ENSURE_NO_ERROR (error);
f (RPC_TEST_METHOD_F5);
return error;
}