vdprintf: Remove unused variable
commit3c95b5510024938389547eef80b266f478eb4cde
authorPaulo Alcantara <pcacjr@zytor.com>
Thu, 5 Jul 2012 06:39:58 +0000 (5 03:39 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Thu, 5 Jul 2012 06:41:44 +0000 (5 03:41 -0300)
tree5b9eba6816806031adfc77cfef3b04faa13c35ab
parent0bc1bf0ffd8d8cff581631995b02dabd1d463f4b
vdprintf: Remove unused variable

This patch removes an unused variable and fixes the following warning:

vdprintf.c: In function ‘vdprintf’:
vdprintf.c:48:13: warning: variable ‘_rv’ set but not used
   [-Wunused-but-set-variable]

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
com32/lib/vdprintf.c