== Why is this an issue?
If a variable is declared but not used in the procedure, it can be considered dead code and should therefore be removed. This will improve maintainability because developers will not wonder what the variable is used for.
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
== Comments And Links
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]