forked from github/server
fix gcc compilation, unused variable
This commit is contained in:
parent
18daa9db2f
commit
153039fdef
|
@ -153,7 +153,6 @@ static bool RemoveNMRNewbie(void)
|
||||||
|
|
||||||
static void age_unit(region * r, unit * u)
|
static void age_unit(region * r, unit * u)
|
||||||
{
|
{
|
||||||
static int rc_cache;
|
|
||||||
const race *rc = u_race(u);
|
const race *rc = u_race(u);
|
||||||
|
|
||||||
++u->age;
|
++u->age;
|
||||||
|
|
Loading…
Reference in New Issue