diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-18 17:32:47 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-22 10:25:43 +0200 |
commit | 482acf0c1aa4d37660c2d90ddb18e96f1ee17f54 (patch) | |
tree | 3ba62f02c513c723589f9777709f2ccb5dd532b0 /sonar-db | |
parent | 8e9c2d5e6ae45ad67aa7963682ee088128db3d0f (diff) | |
download | sonarqube-482acf0c1aa4d37660c2d90ddb18e96f1ee17f54.tar.gz sonarqube-482acf0c1aa4d37660c2d90ddb18e96f1ee17f54.zip |
remove dead code in CeActivityMapper.xml
Diffstat (limited to 'sonar-db')
-rw-r--r-- | sonar-db/src/main/resources/org/sonar/db/ce/CeActivityMapper.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sonar-db/src/main/resources/org/sonar/db/ce/CeActivityMapper.xml b/sonar-db/src/main/resources/org/sonar/db/ce/CeActivityMapper.xml index b40d037158d..27b3df87f2c 100644 --- a/sonar-db/src/main/resources/org/sonar/db/ce/CeActivityMapper.xml +++ b/sonar-db/src/main/resources/org/sonar/db/ce/CeActivityMapper.xml @@ -44,14 +44,6 @@ where ca.uuid=#{uuid} </select> - <select id="selectByComponentUuid" parameterType="String" resultType="org.sonar.db.ce.CeActivityDto"> - select - <include refid="columns"/> - from ce_activity ca - where ca.component_uuid=#{componentUuid} - order by ca.id asc - </select> - <select id="selectUuidsOfRecentlyCreatedByIsLastKey" parameterType="String" resultType="String"> select uuid from ce_activity |