]> git.tuebingen.mpg.de Git - adu.git/commit
format.c: Remove an unused variable.
authorAndre Noll <maan@systemlinux.org>
Mon, 25 Jun 2012 19:07:22 +0000 (21:07 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 25 Jun 2012 19:07:22 +0000 (21:07 +0200)
commit2fbdc259c1d15d1b4f3f5f85cfae07d3bb842fe9
treedb0b78ecb603dbb94d745d537623869a4fca5e51
parentcc858ad54f6f5d5d35ea6473b92aad9186c8e363
format.c: Remove an unused variable.

In format_items(), "unit" is set but unused. gcc is right to complain
here. This variable is pointless and can go away.
format.c