Skip to content

Commit a06173e

Browse files
committed
clean code
1 parent 71c2ad4 commit a06173e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/operators/reader/ctr_reader.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ void CTRReader::ReadThread(const std::vector<std::string>& file_list,
127127
int batch_size,
128128
std::shared_ptr<LoDTensorBlockingQueue> queue) {
129129
std::string line;
130-
std::vector<framework::LoDTensor> read_data;
131130

132131
std::vector<std::unordered_map<std::string, std::vector<int64_t>>> batch_data;
133132
std::vector<int64_t> batch_label;

0 commit comments

Comments
 (0)