squelch compiler warning

This commit is contained in:
David Rose 2008-10-28 22:05:55 +00:00
parent 0109374689
commit 6ae98c3ce7

View File

@ -46,6 +46,9 @@ is_alive() const {
case S_servicing_removed:
return false;
}
// Shouldn't get here.
return false;
}
////////////////////////////////////////////////////////////////////