squelch compiler warning
This commit is contained in:
parent
0109374689
commit
6ae98c3ce7
|
|
@ -46,6 +46,9 @@ is_alive() const {
|
|||
case S_servicing_removed:
|
||||
return false;
|
||||
}
|
||||
|
||||
// Shouldn't get here.
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue