Mailinglist Archive: yast-commit (693 mails)
| < Previous | Next > |
[yast-commit] r55905 - /trunk/storage/storage/src/include/custom_part_check_generated.ycp
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Tue, 03 Mar 2009 16:15:55 -0000
- Message-id: <E1LeXHf-0000hz-7L@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Tue Mar 3 17:15:54 2009
New Revision: 55905
URL: http://svn.opensuse.org/viewcvs/yast?rev=55905&view=rev
Log:
- removed unused variable
Modified:
trunk/storage/storage/src/include/custom_part_check_generated.ycp
Modified: trunk/storage/storage/src/include/custom_part_check_generated.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_check_generated.ycp?rev=55905&r1=55904&r2=55905&view=diff
==============================================================================
--- trunk/storage/storage/src/include/custom_part_check_generated.ycp (original)
+++ trunk/storage/storage/src/include/custom_part_check_generated.ycp Tue Mar
3 17:15:54 2009
@@ -58,7 +58,6 @@
boolean swap_found = false;
boolean boot_found = false;
boolean root_found = false;
- boolean gpt_warning = false;
boolean gpt_boot_ia64 = false;
integer boot_end = 0;
integer root_end = 0;
@@ -93,10 +92,6 @@
if( mountpoint == "/" )
{
- if( diskinfo["label"]:"" == "gpt" )
- {
- gpt_warning = true;
- }
root_found = true;
root_dmraid = diskinfo["type"]:`CT_UNKNOWN == `CT_DMRAID;
root_end = Region::End(part["region"]:[]);
@@ -113,10 +108,6 @@
}
else if( mountpoint == Partitions::BootMount() )
{
- if( diskinfo["label"]:"" == "gpt" )
- {
- gpt_warning = true;
- }
if( (Partitions::EfiBoot() || Arch::ia64()) &&
diskinfo["label"]:"gpt" != "gpt" )
{
gpt_boot_ia64 = true;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Mar 3 17:15:54 2009
New Revision: 55905
URL: http://svn.opensuse.org/viewcvs/yast?rev=55905&view=rev
Log:
- removed unused variable
Modified:
trunk/storage/storage/src/include/custom_part_check_generated.ycp
Modified: trunk/storage/storage/src/include/custom_part_check_generated.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_check_generated.ycp?rev=55905&r1=55904&r2=55905&view=diff
==============================================================================
--- trunk/storage/storage/src/include/custom_part_check_generated.ycp (original)
+++ trunk/storage/storage/src/include/custom_part_check_generated.ycp Tue Mar
3 17:15:54 2009
@@ -58,7 +58,6 @@
boolean swap_found = false;
boolean boot_found = false;
boolean root_found = false;
- boolean gpt_warning = false;
boolean gpt_boot_ia64 = false;
integer boot_end = 0;
integer root_end = 0;
@@ -93,10 +92,6 @@
if( mountpoint == "/" )
{
- if( diskinfo["label"]:"" == "gpt" )
- {
- gpt_warning = true;
- }
root_found = true;
root_dmraid = diskinfo["type"]:`CT_UNKNOWN == `CT_DMRAID;
root_end = Region::End(part["region"]:[]);
@@ -113,10 +108,6 @@
}
else if( mountpoint == Partitions::BootMount() )
{
- if( diskinfo["label"]:"" == "gpt" )
- {
- gpt_warning = true;
- }
if( (Partitions::EfiBoot() || Arch::ia64()) &&
diskinfo["label"]:"gpt" != "gpt" )
{
gpt_boot_ia64 = true;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |