Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam committed Feb 19, 2024
1 parent e9dee07 commit 94b601a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 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.

0 comments on commit 94b601a

Please sign in to comment.