summaryrefslogtreecommitdiffstats
path: root/src/HTTP/NameValueParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTTP/NameValueParser.cpp')
-rw-r--r--src/HTTP/NameValueParser.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/HTTP/NameValueParser.cpp b/src/HTTP/NameValueParser.cpp
index 94df82438..ca5c4baab 100644
--- a/src/HTTP/NameValueParser.cpp
+++ b/src/HTTP/NameValueParser.cpp
@@ -404,10 +404,7 @@ bool cNameValueParser::Finish(void)
return true;
}
}
- ASSERT(!"Unhandled parser state!");
- #ifndef __clang__
- return false;
- #endif
+ UNREACHABLE("Unsupported name value parser state");
}