Skip to content

Commit

Permalink
comment out unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Dec 16, 2024
1 parent 742c556 commit 88dca1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/org/jlab/coda/hipo/RecordOutputStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ public void reset() {
indexSize = 0;
eventSize = 0;
eventCount = 0;
startingPosition = 0;
//startingPosition = 0;

recordData.clear();
recordIndex.clear();
Expand Down
2 changes: 1 addition & 1 deletion src/libsrc++/RecordOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ namespace evio {
indexSize = 0;
eventSize = 0;
eventCount = 0;
startingPosition = 0;
//startingPosition = 0;

recordData->clear();
recordIndex->clear();
Expand Down

0 comments on commit 88dca1f

Please sign in to comment.