[TF2XLA] [NFC] Remove the comment which was already done

PiperOrigin-RevId: 355510338
Change-Id: I0721d1394309ac4b2b03e56137525237aeba2818
This commit is contained in:
George Karpenkov 2021-02-03 16:40:35 -08:00 committed by TensorFlower Gardener
parent 0408dab085
commit 32dec5f30b

View File

@ -90,7 +90,6 @@ Status GetCompileTimeConstInputs(const NodeDef& node, const OpKernel* op_kernel,
std::vector<int>* const_input_idxs,
FunctionLibraryRuntime* flib_runtime) {
DCHECK(op_def != nullptr || op_kernel != nullptr);
// TODO(b/124403063): Implement similar functionality for function call nodes.
if (node.op() == "While" || node.op() == "StatelessWhile") {
// For While nodes, recurse into the body and cond graphs.
const FunctionBody* fcond = nullptr;