Delete stray commented line

PiperOrigin-RevId: 340514283
Change-Id: Ia20cec9381813218971f40f77d537813c4e1f1d5
This commit is contained in:
Sanjoy Das 2020-11-03 13:35:24 -08:00 committed by TensorFlower Gardener
parent 20c57c98b6
commit 335255c6b3

View File

@ -37,7 +37,6 @@ class KernelDefBuilder {
// Required: specify the type of device this kernel supports.
// Returns *this.
KernelDefBuilder& Device(const char* device_type);
// KernelDefBuilder& Device(DeviceType device_type);
// Specify that this kernel supports a limited set of values for a
// particular type or list(type) attr (a further restriction than