Skip to content

Commit 7c3bac6

Browse files
committed
Remove dead code
1 parent 95166a6 commit 7c3bac6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/test/java/org/apache/ibatis/submitted/associationtest/Mapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ public interface Mapper {
2121

2222
List<Car> getCars();
2323
List<Car> getCars2();
24-
List<Car> getCars3();
2524

2625
}

src/test/java/org/apache/ibatis/submitted/associationtest/Mapper.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
select * from cars
4141
</select>
4242

43-
<select id="getCarsNonUnique" resultMap="carResult">
44-
select 1 as carid, cartype, enginetype, enginecylinders, brakestype from cars
45-
</select>
46-
4743
<select id="getCars2" resultMap="carResult">
4844
select 1 as carid, cartype, enginetype, enginecylinders, brakestype from cars where carid in (1,2)
4945
</select>

0 commit comments

Comments
 (0)