Skip to content

Commit

Permalink
Delete dead code for generating posters (#3932)
Browse files Browse the repository at this point in the history
This code was identified as dead by IntelliJ, and hasn't been touched in
a very long time, so I've deleted it.

Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
Baltoli and rv-jenkins authored Jan 30, 2024
1 parent 354daa8 commit f798582
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
19 changes: 0 additions & 19 deletions kernel/src/main/java/org/kframework/backend/PosterBackend.java

This file was deleted.

5 changes: 0 additions & 5 deletions kernel/src/main/java/org/kframework/main/AbstractKModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@
import java.util.List;
import java.util.function.Supplier;
import org.apache.commons.lang3.tuple.Pair;
import org.kframework.backend.PosterBackend;
import org.kframework.utils.inject.Options;

public abstract class AbstractKModule implements KModule {

public List<Pair<String, Class<? extends PosterBackend>>> posterTypes() {
return Collections.emptyList();
}

public List<Pair<Class<?>, Boolean>> kompileOptions() {
return Collections.emptyList();
}
Expand Down

0 comments on commit f798582

Please sign in to comment.