MSVC warns about unreachable code.

This commit is contained in:
Enno Rehling 2011-03-07 23:46:56 -08:00
parent b4c5607747
commit 54d05f8544
2 changed files with 0 additions and 2 deletions

View File

@ -3608,7 +3608,6 @@ static double heal_factor(const unit * u)
default: default:
return 1.0; return 1.0;
} }
return 1.0;
} }
static void monthly_healing(void) static void monthly_healing(void)

View File

@ -136,7 +136,6 @@ int study_cost(unit * u, skill_t sk)
default: default:
return 0; return 0;
} }
return 0;
} }
/* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */