]> git.corax.cc Git - foundry/commit
include/msg: Remove log-related functions from test and build modules
authorMatthias Kruk <m@m10k.eu>
Sun, 1 Aug 2021 05:44:31 +0000 (14:44 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 1 Aug 2021 05:44:31 +0000 (14:44 +0900)
commit5217bea3b18bed96490a6a9a535dfdde2ed9e229
tree57269e99cc5bd47c57a603adf8f2255d253ac7c7
parent35d3288fa83d93b4f927a37eba6da9cdbd3fcdee
include/msg: Remove log-related functions from test and build modules

The "logs" property has been removed from the specification of the
test and build messages, so the functions in the respective modules
that access these properties must be removed as well.
This commit removes the foundry_msg_build_get_logs() and
foundry_msg_test_get_logs() functions and removes the logs parameter
from the foundry_msg_test_new() and foundry_msg_build_new() functions.
include/msg/build.sh
include/msg/test.sh