Skip to content

Commit 20a7173

Browse files
committed
remove unused code
1 parent 0943d98 commit 20a7173

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/JdbcDeleteQueryCreator.java

-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ protected List<ParametrizedQuery> complete(@Nullable Criteria criteria, Sort sor
8989
Table table = Table.create(entityMetadata.getTableName());
9090
MapSqlParameterSource parameterSource = new MapSqlParameterSource();
9191

92-
SqlContext sqlContext = new SqlContext();
93-
9492
Condition condition = criteria == null ? null
9593
: queryMapper.getMappedObject(parameterSource, criteria, table, entity);
9694

0 commit comments

Comments
 (0)