Skip to content

Commit

Permalink
Merge pull request #1571 from jplag/fix/unused-code
Browse files Browse the repository at this point in the history
Remove some unused code
  • Loading branch information
tsaglam authored Feb 20, 2024
2 parents da2f9be + 94b601a commit 93bb2d8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 47 deletions.
21 changes: 0 additions & 21 deletions core/src/main/java/de/jplag/NumberOfArgumentValues.java

This file was deleted.

10 changes: 0 additions & 10 deletions core/src/main/java/de/jplag/SubsequenceHashLookupTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ class SubsequenceHashLookupTable {
computeSubsequenceHashes(marked);
}

/** Returns the size of the subsequences used for hashing */
int getWindowSize() {
return windowSize;
}

/** Returns the list of values for which the hashes were computed */
int[] getValues() {
return values;
}

/**
* Returns the hash over the subsequence from startIndex to startIndex+windowSize.
* @param startIndex the start index.
Expand Down
15 changes: 0 additions & 15 deletions core/src/main/java/de/jplag/exceptions/ConfigurationException.java

This file was deleted.

1 change: 0 additions & 1 deletion language-antlr-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.13.1</version>
</dependency>
<dependency>
<groupId>de.jplag</groupId>
Expand Down

0 comments on commit 93bb2d8

Please sign in to comment.