Skip to content

Commit 066d393

Browse files
committed
Revert "[Macros] Terminate macro plugin"
This reverts commit 4a62ef8.
1 parent 4d08f64 commit 066d393

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/AST/PluginRegistry.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ LoadedExecutablePlugin::PluginProcess::~PluginProcess() {
213213
#else
214214
close(input);
215215
close(output);
216-
kill(process.Pid, SIGTERM);
217216
#endif
218217

219218
// Set `SecondsToWait` non-zero so it waits for the timeout and kill it after

0 commit comments

Comments
 (0)