From a10a92addd8147d6a8fdf2757ffc42c3d927cdb4 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 11:08:07 -0700 Subject: [PATCH] hdt: Remove unused variables Impact: Cleanups. first_line and second_line are not used. This fixes compilation warnings. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-cli-kernel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/com32/hdt/hdt-cli-kernel.c b/com32/hdt/hdt-cli-kernel.c index 8082160..5b0df1d 100644 --- a/com32/hdt/hdt-cli-kernel.c +++ b/com32/hdt/hdt-cli-kernel.c @@ -94,8 +94,6 @@ static void show_kernel_modules(struct s_hardware *hardware) MAX_KERNEL_MODULES_PER_PCI_DEVICE]; bool nopciids = false; bool nomodulespcimap = false; - char first_line[81]; - char second_line[81]; char modules[MAX_PCI_CLASSES][256]; char category_name[MAX_PCI_CLASSES][256]; -- 2.7.4