Skip to content

Commit 72b9f9c

Browse files
committed
remove obsolete comment
1 parent 1151538 commit 72b9f9c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/pldbgapi3.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,6 @@ plugin_info_reset(void *arg)
217217
plugin_info->estate->plugin_info = plugin_info->plugin_info[i];
218218

219219
MemoryContextSwitchTo(exec_mcxt);
220-
221-
/*
222-
* In this moment, the estate content can be corrupted.
223-
* Inside abort methods, the estate fields should not be referenced!
224-
*/
225220
plugins[i]->func_abort(plugin_info->estate,
226221
plugin_info->estate->func,
227222
plugin_info->fextra);

0 commit comments

Comments
 (0)