Skip to content

Commit

Permalink
Delete SQL related files.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Feb 11, 2018
1 parent da0345c commit e3fecc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/proteomics/ECL2.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public static void main(String[] args) {
} finally {
if (dbName != null) {
(new File(dbName)).delete();
(new File(dbName + "-wal")).delete();
(new File(dbName + "-shm")).delete();
}
}
}
Expand Down

0 comments on commit e3fecc5

Please sign in to comment.