diff options
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 62cfde397..90dfa22ca 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -274,7 +274,6 @@ const char* GetLogClassName(Class log_class) { | |||
| 274 | case Class::Count: | 274 | case Class::Count: |
| 275 | break; | 275 | break; |
| 276 | } | 276 | } |
| 277 | UNREACHABLE(); | ||
| 278 | return "Invalid"; | 277 | return "Invalid"; |
| 279 | } | 278 | } |
| 280 | 279 | ||
| @@ -293,7 +292,6 @@ const char* GetLevelName(Level log_level) { | |||
| 293 | break; | 292 | break; |
| 294 | } | 293 | } |
| 295 | #undef LVL | 294 | #undef LVL |
| 296 | UNREACHABLE(); | ||
| 297 | return "Invalid"; | 295 | return "Invalid"; |
| 298 | } | 296 | } |
| 299 | 297 | ||