Skip to content

Commit ad1eced

Browse files
committed
remove useless assignment
1 parent 9fca7e8 commit ad1eced

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cursors_leaks.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ stmt_end(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt, void **plugin2_info)
211211
{
212212
pinfo->ftrace = get_function_trace(estate->func);
213213
pinfo->lxid = CURRENT_LXID;
214-
215-
*plugin2_info = pinfo;
216214
}
217215

218216
ftrace = pinfo->ftrace;

0 commit comments

Comments
 (0)