]> git.corax.cc Git - foundry/commit
include/msg/merge: Remove log property
authorMatthias Kruk <m@m10k.eu>
Sun, 8 Aug 2021 02:32:16 +0000 (11:32 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 8 Aug 2021 02:32:16 +0000 (11:32 +0900)
commit87d6330b4f3cd17e51ff4e4c46b5b14289d7c0f6
tree85380d9dd4f564f47020a363904c42828fb046fa
parentd6cdd2839fca2c74be5bbf6045b10ab498b716af
include/msg/merge: Remove log property

The log property was removed from the message definition of merge
messages, but the foundry/msg/merge module provides means to set and
get the value of this property.
This commit removes the log argument from foundry_msg_merge_new() and
the foundry_msg_merge_get_log() method, so that the log property
cannot be accessed anymore.
include/msg/merge.sh