diff --git a/src/gamecode/laws.c b/src/gamecode/laws.c index a0c16ada4..470ab9fda 100644 --- a/src/gamecode/laws.c +++ b/src/gamecode/laws.c @@ -3608,7 +3608,6 @@ static double heal_factor(const unit * u) default: return 1.0; } - return 1.0; } static void monthly_healing(void) diff --git a/src/gamecode/study.c b/src/gamecode/study.c index 7138a81b7..e4592383e 100644 --- a/src/gamecode/study.c +++ b/src/gamecode/study.c @@ -136,7 +136,6 @@ int study_cost(unit * u, skill_t sk) default: return 0; } - return 0; } /* ------------------------------------------------------------- */