Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lenhard committed Dec 4, 2015
1 parent c3a756e commit 1956112
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/net/sf/jabref/exporter/FileActions.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,8 @@ public static SaveSession saveDatabase(BibtexDatabase database,

BibtexEntryWriter bibtexEntryWriter = new BibtexEntryWriter(new LatexFieldFormatter(), true);

BibtexEntry lastEntry = null;
for (BibtexEntry entry : sorter) {
exceptionCause = entry;
lastEntry = entry;

// Check if we must write the type definition for this
// entry, as well. Our criterion is that all non-standard
Expand Down

0 comments on commit 1956112

Please sign in to comment.