hdt: Remove unused variables
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 18:08:07 +0000 (11:08 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 22:31:21 +0000 (15:31 -0700)
Impact: Cleanups.

first_line and second_line are not used. This fixes compilation
warnings.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-cli-kernel.c

index 8082160..5b0df1d 100644 (file)
@@ -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];