All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Remove a handful of unused variables
@ 2012-11-27 12:05 Colin King
  2012-11-27 12:05 ` [PATCH 1/5] fs/jfs.c: remove unused pos from grub_jfs_read_file() Colin King
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Colin King @ 2012-11-27 12:05 UTC (permalink / raw)
  To: grub-devel

From: Colin Ian King <colin.king@canonical.com>

Just a small set of changes to tidy up the code by removing unused
variables or variables that are set and never used.

Colin Ian King (5):
  fs/jfs.c: remove unused pos from grub_jfs_read_file()
  fs/minix.c: remove unused grub_minix_sblock from grub_minix_dir()
  fs/sfs.c: remove unused prev from grub_sfs_read_extent()
  fs/ufs.c: remove unused sblock from grub_ufs_dir()
  disk/lvm.c: remove da_offset, da_size from grub_lvm_scan_device()

 disk/lvm.c | 4 +---
 fs/jfs.c   | 3 ---
 fs/minix.c | 3 ---
 fs/sfs.c   | 3 ---
 fs/ufs.c   | 3 ---
 5 files changed, 1 insertion(+), 15 deletions(-)

-- 
1.8.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-11-28 12:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 12:05 [PATCH 0/5] Remove a handful of unused variables Colin King
2012-11-27 12:05 ` [PATCH 1/5] fs/jfs.c: remove unused pos from grub_jfs_read_file() Colin King
2012-11-27 12:05 ` [PATCH 2/5] fs/minix.c: remove unused grub_minix_sblock from grub_minix_dir() Colin King
2012-11-27 12:05 ` [PATCH 3/5] fs/sfs.c: remove unused prev from grub_sfs_read_extent() Colin King
2012-11-27 12:05 ` [PATCH 4/5] fs/ufs.c: remove unused sblock from grub_ufs_dir() Colin King
2012-11-27 12:05 ` [PATCH 5/5] disk/lvm.c: remove da_offset, da_size from grub_lvm_scan_device() Colin King
2012-11-28 12:26 ` [PATCH 0/5] Remove a handful of unused variables Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.