Skip to content

Commit

Permalink
HHH-10715 Dead code eliminated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Oct 25, 2020
1 parent 1256ca1 commit 9a4b8e0
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -199,7 +199,6 @@ public Identifier determineListIndexColumnName(ImplicitIndexColumnNameSource sou
@Override
public Identifier determineForeignKeyName(ImplicitForeignKeyNameSource source) {
Identifier userProvidedIdentifier = source.getUserProvidedIdentifier();
source.getBuildingContext().getBuildingOptions().getSchemaCharset();
return userProvidedIdentifier != null ? userProvidedIdentifier : toIdentifier(
NamingHelper.withCharset( source.getBuildingContext().getBuildingOptions().getSchemaCharset() ).generateHashedFkName(
"FK",
Expand Down

0 comments on commit 9a4b8e0

Please sign in to comment.