Delete orphaned comment

The comment for `loader_spec_` stuck around even after it was removed.

PiperOrigin-RevId: 317171521
Change-Id: Iddb6029fdad9cd5ef33bc4f4ea2653caed305658
This commit is contained in:
A. Unique TensorFlower 2020-06-18 13:41:07 -07:00 committed by TensorFlower Gardener
parent 8f700fb2e0
commit fc51511308

View File

@ -77,8 +77,6 @@ class KernelThunk : public Thunk {
// Will be set by IrEmitterUnnested.
LaunchDimensions launch_dimensions_;
// Describes how to load this kernel. ExecuteOnStream reuses this loader
// specification for all executions.
mutable tensorflow::mutex mutex_;
// Loaded kernels for each `StreamExecutor`. Requires pointer stability of