diff --git a/libcef/common/request_impl.cc b/libcef/common/request_impl.cc index 2575f7ece..ab4aba494 100644 --- a/libcef/common/request_impl.cc +++ b/libcef/common/request_impl.cc @@ -1362,8 +1362,6 @@ void CefPostDataElementImpl::Set(const network::DataElement& element) { SetToBytes(element.length(), element.bytes()); } else if (element.type() == network::mojom::DataElementType::kFile) { SetToFile(element.path().value()); - } else { - NOTREACHED(); } }