Skip to content

Commit

Permalink
Remove unused variables in file source reader (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: fgladwin <[email protected]>
  • Loading branch information
fiona-gladwin and fgladwin authored Nov 1, 2024
1 parent 38e2ec0 commit e972788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rocAL/include/readers/file_source_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class FileSourceReader : public Reader {
std::vector<std::string> _file_names;
FILE *_current_fPtr;
unsigned _current_file_size;
std::vector<unsigned> _shard_start_idx_vector, _shard_end_idx_vector;
std::string _last_id;
std::string _last_file_name, _last_file_path, _absolute_file_path;
size_t _batch_size = 1;
Expand Down

0 comments on commit e972788

Please sign in to comment.