From 235c6614af9b3549a86002b70a3abb6668c1f4dc Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 15 Sep 2021 21:04:30 -0400 Subject: [PATCH] feedback: Remove redundant variable --- src/feedback.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/feedback.cpp b/src/feedback.cpp index 2f02315c8..449ebbd9f 100644 --- a/src/feedback.cpp +++ b/src/feedback.cpp @@ -152,7 +152,6 @@ void feedback_special_tags (const Task& task, const std::string& tag) if (Context::getContext ().verbose ("special")) { std::string msg; - std::string explanation; if (tag == "nocolor") msg = "The 'nocolor' special tag will disable color rules for this task."; else if (tag == "nonag") msg = "The 'nonag' special tag will prevent nagging when this task is modified."; else if (tag == "nocal") msg = "The 'nocal' special tag will keep this task off the 'calendar' report.";