Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed May 14, 2023
1 parent ebdcc29 commit 598b326
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/jabref/logic/util/OS.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ public class OS {
public static final String APP_DIR_APP_NAME = "jabref";
public static final String APP_DIR_APP_AUTHOR = "org.jabref";

// File separator obtained from system
private static final String FILE_SEPARATOR = System.getProperty("file.separator");

// https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/SystemUtils.html
private static final String OS_NAME = System.getProperty("os.name", "unknown").toLowerCase(Locale.ROOT);
public static final boolean LINUX = OS_NAME.startsWith("linux");
Expand Down

0 comments on commit 598b326

Please sign in to comment.