Skip to content

Commit

Permalink
remove printing not null for reducing error of test.
Browse files Browse the repository at this point in the history
  • Loading branch information
shparkcubrid committed Apr 20, 2022
1 parent 1b6c7c5 commit 2a903e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/optimizer/query_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -8429,10 +8429,6 @@ void
qo_seg_fprint (QO_SEGMENT * seg, FILE * f)
{
fprintf (f, "%s[%d]", QO_SEG_NAME (seg), QO_NODE_IDX (QO_SEG_HEAD (seg)));
if (QO_SEG_IS_NOT_NULL (seg))
{
fprintf (f, " not_null");
}
}

/*
Expand Down

0 comments on commit 2a903e3

Please sign in to comment.