diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-31 12:17:39 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-31 12:35:31 +0200 |
commit | 86196afd3f90e0df2a3ee5c86977abffba6c5cfa (patch) | |
tree | 6fe6b5fb29d10fec1ce9ff102f1269312b95cad4 /src/buildtool/execution_api/execution_service/execution_server.cpp | |
parent | 489a2f9b830f37d9bbf87f65701cf3b96681af5e (diff) | |
download | justbuild-86196afd3f90e0df2a3ee5c86977abffba6c5cfa.tar.gz |
just-import-git: fix fallout of type annotations
In order to get the type checker happy, some wrong type annotations
were added and, as a consequence, an unwarrented conditional as well.
To make things worse, this as checking for the non-None-ness of a
value by inspecting the truth value, ignoring that the non-None value
"" also has truth value False. Remove this conditional alltogether
and fix the type annotations.
Diffstat (limited to 'src/buildtool/execution_api/execution_service/execution_server.cpp')
0 files changed, 0 insertions, 0 deletions