Skip to content
Snippets Groups Projects
Commit 06ecacde authored by Neil Conway's avatar Neil Conway
Browse files

More trivial dead code removal: in int_to_roman(), checking for "num == -1"

is redundant after a check has already been made for "num < 0". The "set"
variable can also be removed, as it is now no longer used. Per checking
with Karel, this is the right fix.

Per Coverity static analysis performed by EnterpriseDB.
parent ebcb4c93
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment