CID: 1211946 mod_rayo - dead code after switch statement

This commit is contained in:
Chris Rienzo
2014-05-08 11:36:05 -04:00
parent 2d8f61d245
commit ab9971c7ac
+1 -2
View File
@@ -334,8 +334,7 @@ static const char *presence_status_to_string(enum presence_status status)
switch(status) {
case PS_OFFLINE: return "OFFLINE";
case PS_ONLINE: return "ONLINE";
case PS_UNKNOWN:
default: return "UNKNOWN";
case PS_UNKNOWN: return "UNKNOWN";
}
return "UNKNOWN";
}