Skip to content

Commit a956778

Browse files
The9CatCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c92dcad commit a956778

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

utils/PhaseSpace/hdf5bods.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ void parse_particle_line(const std::string& line,
208208
ParticleDataTemplate<T>& data)
209209
{
210210
std::istringstream iss(line);
211-
T val;
212-
213211
// Parse optional index field
214212
if (has_index) {
215213
unsigned long idx = 0;

0 commit comments

Comments
 (0)