Module Name:    src
Committed By:   christos
Date:           Sun Oct 20 03:11:44 UTC 2013

Modified Files:
        src/external/bsd/pdisk/dist: partition_map.c

Log Message:
remove unused variables


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pdisk/dist/partition_map.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pdisk/dist/partition_map.c
diff -u src/external/bsd/pdisk/dist/partition_map.c:1.2 src/external/bsd/pdisk/dist/partition_map.c:1.3
--- src/external/bsd/pdisk/dist/partition_map.c:1.2	Sat Mar 23 11:39:43 2013
+++ src/external/bsd/pdisk/dist/partition_map.c	Sat Oct 19 23:11:44 2013
@@ -317,13 +317,11 @@ read_partition_map(partition_map_header 
 void
 write_partition_map(partition_map_header *map)
 {
-    MEDIA m;
     char *block;
     partition_map * entry;
     int i = 0;
     int result = 0;
 
-    m = map->m;
     if (map->misc != NULL) {
 	convert_block0(map->misc, 0);
 	result = write_block(map, 0, (char *)map->misc);

Reply via email to