diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-05-29 10:05:19 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-05-29 10:05:19 +0100 |
| commit | b92f6a9f31e24aa48ad5328dba0abbbf6a576ec2 (patch) | |
| tree | 2505d845cc4c8047b954078febd6ebfdcd15c51a /src/main | |
| parent | 67b09b16e951dc543e24bc0e243c834899490cac (diff) | |
Remove unused method
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javatypes/JavaTypesGenerator.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javatypes/JavaTypesGenerator.java b/src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javatypes/JavaTypesGenerator.java index 736882d..3e89209 100644 --- a/src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javatypes/JavaTypesGenerator.java +++ b/src/main/java/org/zwobble/hobgoblin/compiler/output/generators/javatypes/JavaTypesGenerator.java @@ -341,10 +341,6 @@ public class JavaTypesGenerator implements Generator { this.typesInfo = typesInfo; } - public List<Field> fieldsOf(StructType type) { - return this.typesInfo.fieldsOf(type); - } - public List<SumType> variantOf(StructType type) { return this.typesInfo.variantOf(type); } |
