Skip to content

Commit

Permalink
remove unused diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Dec 31, 2024
1 parent fa6503d commit e786270
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,4 @@ public void visit(final int version, final int access, final String name, final
};
}
}

public record Versioned(NavigableMap<ApiVersion, ClassToInterfaceRule> versions) implements VersionedRuleFactory {

@Override
public RewriteRule createRule(final ApiVersion apiVersion) {
return null;
}
}
}

0 comments on commit e786270

Please sign in to comment.