Skip to content

Commit d9bc216

Browse files
rafsun42panosfol
andauthored
Removed unnecessary assignment (#1185)
Original work was done by Panagiotis Foliadis in PR #1035. Co-authored-by: Panagiotis Foliadis <pfoliadis@hotmail.com>
1 parent 0e2c003 commit d9bc216

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/backend/parser/cypher_clause.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4389,10 +4389,6 @@ static Node *make_qual(cypher_parsestate *cpstate,
43894389
char *entity_name;
43904390
ColumnRef *cr = makeNode(ColumnRef);
43914391

4392-
// cast graphid to agtype
4393-
qualified_name = list_make2(makeString("ag_catalog"),
4394-
makeString("graphid_to_agtype"));
4395-
43964392
if (entity->type == ENT_EDGE)
43974393
{
43984394
entity_name = entity->entity.node->name;

0 commit comments

Comments
 (0)