From cbbea144ba3c87b4266409cf1c5f4d5a3d7e0470 Mon Sep 17 00:00:00 2001 From: Ekaterina Sokolova Date: Thu, 7 Mar 2024 14:40:24 +0300 Subject: [PATCH] [PGPRO-9837] Remove unreachable code. Tags: jsquery. --- jsquery_extract.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jsquery_extract.c b/jsquery_extract.c index 7d8a0ec..4517706 100644 --- a/jsquery_extract.c +++ b/jsquery_extract.c @@ -873,8 +873,6 @@ execRecursiveTristate(ExtractedNode *node, GinTernaryValue *check) v = execRecursiveTristate(node->args.items[i], check); if (v == GIN_FALSE) return GIN_FALSE; - else if (v == GIN_MAYBE) - res = GIN_MAYBE; } return res; case eOr: @@ -884,8 +882,6 @@ execRecursiveTristate(ExtractedNode *node, GinTernaryValue *check) v = execRecursiveTristate(node->args.items[i], check); if (v == GIN_TRUE) return GIN_TRUE; - else if (v == GIN_MAYBE) - res = GIN_MAYBE; } return res; default: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy