Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-martyp committed Oct 30, 2024
1 parent 7c38cde commit baad80f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/labkey/snd/query/EventNotesDataIterator.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class EventNotesDataIterator extends AbstractDataIterator
{
private static final SNDManager _sndManager = SNDManager.get();
private static final String EVENT_ID_COL = "eventId";
private static final String EVENT_NOTE_ID_COL = "eventNoteId";
private User _user;
private Container _container;
private int _eventIdColIndex;
Expand Down

0 comments on commit baad80f

Please sign in to comment.