TD-270: Remove tag-action and old tagging (#3)

This commit is contained in:
Alexey S 2022-05-20 15:37:09 +03:00 committed by GitHub
parent 7f6d4e1525
commit ff4cfefb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -108,7 +108,6 @@
{set_timer, timer()} {set_timer, timer()}
| {set_timer, timer(), range()} | {set_timer, timer(), range()}
| {set_timer, timer(), range(), seconds()} | {set_timer, timer(), range(), seconds()}
| {tag, tag()}
| unset_timer | unset_timer
| continue | continue
| remove. | remove.

View File

@ -375,12 +375,6 @@ apply_action(continue, CA) ->
apply_action(remove, CA) -> apply_action(remove, CA) ->
CA#mg_stateproc_ComplexAction{ CA#mg_stateproc_ComplexAction{
remove = #mg_stateproc_RemoveAction{} remove = #mg_stateproc_RemoveAction{}
};
apply_action({tag, Tag}, CA) ->
CA#mg_stateproc_ComplexAction{
tag = #mg_stateproc_TagAction{
tag = marshal(tag, Tag)
}
}. }.
unmarshal( unmarshal(