]> git.pld-linux.org Git - packages/parted.git/blob - 0049-libparted-Remove-commented-local-variable-from-bsd_p.patch
- rel 4; tons of patches from FC
[packages/parted.git] / 0049-libparted-Remove-commented-local-variable-from-bsd_p.patch
1 From fe6d1478172071779135001e494afffb993a9068 Mon Sep 17 00:00:00 2001
2 From: Mike Fleetwood <mike.fleetwood@googlemail.com>
3 Date: Sat, 1 Oct 2016 16:40:20 +0100
4 Subject: [PATCH 49/53] libparted: Remove commented local variable from
5  bsd_partition_set_flag()
6
7 Signed-off-by: Brian C. Lane <bcl@redhat.com>
8 ---
9  libparted/labels/bsd.c | 1 -
10  1 file changed, 1 deletion(-)
11
12 diff --git a/libparted/labels/bsd.c b/libparted/labels/bsd.c
13 index 23daea8..f253a32 100644
14 --- a/libparted/labels/bsd.c
15 +++ b/libparted/labels/bsd.c
16 @@ -464,7 +464,6 @@ bsd_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type)
17  static int
18  bsd_partition_set_flag (PedPartition* part, PedPartitionFlag flag, int state)
19  {
20 -//     PedPartition*           walk; // since -Werror, this unused variable would break build
21         BSDPartitionData*       bsd_data;
22  
23         PED_ASSERT (part != NULL);
24 -- 
25 2.7.4
26
This page took 0.063375 seconds and 3 git commands to generate.