Skip to content

Commit 5916710

Browse files
committed
Remove unused variable
1 parent 9a92894 commit 5916710

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ protected void checkResultHandler() {
365365
private void handleRowValuesForSimpleResultMap(ResultSetWrapper rsw, ResultMap resultMap,
366366
ResultHandler<?> resultHandler, RowBounds rowBounds, ResultMapping parentMapping) throws SQLException {
367367
final boolean useCollectionConstructorInjection = resultMap.hasResultMapsUsingConstructorCollection();
368-
PendingConstructorCreation lastHandledCreation = null;
369368

370369
DefaultResultContext<Object> resultContext = new DefaultResultContext<>();
371370
ResultSet resultSet = rsw.getResultSet();
@@ -381,7 +380,6 @@ private void handleRowValuesForSimpleResultMap(ResultSetWrapper rsw, ResultMap r
381380
}
382381

383382
createAndStorePendingCreation(resultHandler, resultSet, resultContext, (PendingConstructorCreation) rowValue);
384-
lastHandledCreation = (PendingConstructorCreation) rowValue;
385383
}
386384
}
387385
}

0 commit comments

Comments
 (0)