X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fupdate%2Fsect.c;h=e324b279167a2030a5945ea5337a0990ca923172;hp=189e428b88d63ff92e2f131cad5d3b7fd342ce8f;hb=a109de948;hpb=b2090ed34fd91adcb1f626c0c6f88214cfd7c864 diff --git a/src/lib/update/sect.c b/src/lib/update/sect.c index 189e428b8..e324b2791 100644 --- a/src/lib/update/sect.c +++ b/src/lib/update/sect.c @@ -135,7 +135,6 @@ enlist(short *vec, int etu, int *cost) int maxmil; int enlisted; - /* Need to check treaties here */ enlisted = 0; maxmil = vec[I_CIVIL] / 2 - vec[I_MILIT]; if (maxmil > 0) {