# HG changeset patch # User Paul Boddie # Date 1676307825 -3600 # Node ID 61b8d7a850380f1e392bbd51895b92d4783b9904 # Parent 0d4afc27f760b2e1738c0d9cf150e3d0d5901c99 Removed superfluous set_parent operation. diff -r 0d4afc27f760 -r 61b8d7a85038 tests/dstest_exec.cc --- a/tests/dstest_exec.cc Mon Feb 13 16:56:59 2023 +0100 +++ b/tests/dstest_exec.cc Mon Feb 13 18:03:45 2023 +0100 @@ -176,7 +176,7 @@ if (err) { - printf("Could not map parent to task for internal pager.\n"); + printf("Could not map parent to task.\n"); return 1; } @@ -305,14 +305,6 @@ return 1; } - err = process.set_parent(config.server); - - if (err) - { - printf("Could not map parent to task for payload.\n"); - return 1; - } - /* Populate a thread stack with argument and environment details for the actual program. The server capability should be assigned to the region mapper capability slot already. */