Skip to content

Commit

Permalink
Remove InferredJARModelsHandler class
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Nov 22, 2024
1 parent ffbb1d0 commit a510fb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 247 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ public static Handler buildDefault(Config config) {
// bytecode annotations
handlerListBuilder.add(new RestrictiveAnnotationHandler(config));
}
// if (config.isJarInferEnabled()) {
// handlerListBuilder.add(new InferredJARModelsHandler());
// }
if (config.handleTestAssertionLibraries()) {
handlerListBuilder.add(new AssertionHandler(methodNameUtil));
}
Expand Down

This file was deleted.

0 comments on commit a510fb4

Please sign in to comment.