Merge pull request #4667 from PaddlePaddle/reyoung-patch-1

Removed unreached code
revert-4814-Add_sequence_project_op
Tao Luo 7 years ago committed by GitHub
commit 8e2cc75435

@ -28,7 +28,6 @@ inline DataType ToDataType(std::type_index type) {
return DataType::INT32;
} else {
PADDLE_THROW("Not supported");
return static_cast<DataType>(-1);
}
}

Loading…
Cancel
Save