Skip to content

Commit cd0f998

Browse files
committed
remove unused SuffixTries
1 parent 3c9afde commit cd0f998

File tree

5 files changed

+1
-428
lines changed

5 files changed

+1
-428
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3232

3333
* Removed the (package-private) classes `net.automatalib.util.automata.predicates.{AcceptanceStatePredicate,OutputSatisfies,TransitionPropertySatisfies}`.
3434
* Removed `net.automatalib.graphs.IndefiniteLTS.java`. By naming, this class should denote a `TransitionSystem` and not a `Graph` structure. However, since `TransitionSystem`s are inherently labeled, this class serves no more real purpose. To re-establish the previous functionality, simply implement `Graph` and `EdgeLabels`.
35+
* Removed (unused) `SuffixTrie` class without replacement.
3536

3637

3738
## [0.10.0](https://github.com/LearnLib/automatalib/releases/tag/automatalib-0.10.0) - 2020-10-11

util/src/main/java/net/automatalib/util/tries/SharedSuffixTrie.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

util/src/main/java/net/automatalib/util/tries/SharedSuffixTrieNode.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

util/src/main/java/net/automatalib/util/tries/SuffixTrie.java

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)