commit | 9b48c629f237b8c990a6aca776fb9eda96c3d871 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 24 07:02:40 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 24 11:23:30 2019 +0200 |
tree | 2ad3d65ab7b1b7fbf53b5d1e480a43e33b23f26f | |
parent | 0f0393fc0d2badc5ea329844691f06ba28827f78 [diff] |
CLEANUP: task: remove impossible test In process_runnable_task(), after the task's process() function returns, we used to check if the return is not NULL and is not a tasklet, to update profiling measurements. This is useless since only tasks can return non-null here. Let's remove this useless test.