Skip to content

Commit

Permalink
[Validation] remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
writeoncereadmany committed Nov 30, 2023
1 parent bd3a107 commit b8abc30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public static void generate(final CodecConfiguration configuration) throws Excep

final String outputPath = configuration.outputPath();
final String codecRejectUnknownEnumValueEnabled = configuration.codecRejectUnknownEnumValueEnabled();
final String codecRejectEmptyTagsEnabled = configuration.codecRejectUnknownEnumValueEnabled();

final boolean hasSharedCodecs = configuration.sharedCodecConfiguration() != null;
if (hasSharedCodecs)
Expand Down

0 comments on commit b8abc30

Please sign in to comment.