mirror of https://github.com/Icinga/icinga2.git
Remove unused variable
This commit is contained in:
parent
b8195beada
commit
9376a37806
|
@ -203,8 +203,6 @@ void Comment::RemoveComment(const String& id, const MessageOrigin::Ptr& origin)
|
|||
if (!comment)
|
||||
return;
|
||||
|
||||
int legacy_id = comment->GetLegacyId();
|
||||
|
||||
Log(LogNotice, "Comment")
|
||||
<< "Removed comment '" << comment->GetName() << "' from object '" << comment->GetCheckable()->GetName() << "'.";
|
||||
|
||||
|
|
Loading…
Reference in New Issue