ptrace: drop old FIXME

The globalPool uses a sync.Once mechanism for initialization,
and no cleanup is strictly required. It's not really feasible
to have the platform implement a full creation -> destruction
cycle (due to the way filters are assumed to be installed), so
drop the FIXME.

PiperOrigin-RevId: 236385278
Change-Id: I98ac660ed58cc688d8a07147d16074a3e8181314
This commit is contained in:
Adin Scannell
2019-03-01 15:05:18 -08:00
committed by Shentubot
parent 96226f9a47
commit d811c1016d
-2
View File
@@ -38,8 +38,6 @@
// The requested operation is performed in the traced subprocess thread
// (e.g. set registers, execute, return).
//
// FIXME: This package is currently sloppy with cleanup.
//
// Lock order:
//
// subprocess.mu