Skip to content

CID 1518606: Structurally dead code #10337

@maskit

Description

@maskit
 68  case TS_EVENT_HTTP_SSN_CLOSE:
 69    return "TS_EVENT_HTTP_SSN_CLOSE";
 70  case TS_EVENT_HTTP_CACHE_LOOKUP_COMPLETE:
 71    return "TS_EVENT_HTTP_CACHE_LOOKUP_COMPLETE";
 72  case TS_EVENT_HTTP_PRE_REMAP:
 73    return "TS_EVENT_HTTP_PRE_REMAP";
 74  case TS_EVENT_HTTP_POST_REMAP:
 75    return "TS_EVENT_HTTP_POST_REMAP";
 76  default:
 77    return "UNHANDLED";
 78  }
   	
CID 1518606 (#2 of 2): Structurally dead code (UNREACHABLE)
unreachable: This code cannot be reached: return "UNHANDLED";.
 79  return "UNHANDLED";
 80}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions