Skip to content

Commit

Permalink
Remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed May 28, 2024
1 parent c309d04 commit 827cb53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/algorithm/fingerprintIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ export interface Occurrence {
side: ASTRegion;
}

export interface FingerprintIndexOptions {
maxFingerprintCount?: number;
maxFingerprintPercentage?: number;
}

export class FingerprintIndex {
// HashFilter transforms tokens into (a selection of) hashes
private readonly hashFilter: HashFilter;
Expand Down

0 comments on commit 827cb53

Please sign in to comment.