You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/05/22 10:09:11 UTC

[GitHub] rafaelweingartner commented on a change in pull request #2659: removed unused code in snapshotDao

rafaelweingartner commented on a change in pull request #2659: removed unused code in snapshotDao
URL: https://github.com/apache/cloudstack/pull/2659#discussion_r189846308
 
 

 ##########
 File path: engine/schema/src/main/java/com/cloud/storage/dao/SnapshotDaoImpl.java
 ##########
 @@ -253,41 +202,6 @@ public long getLastSnapshot(long volumeId, DataStoreRole role) {
         return 0;
     }
 
-    @Override
-    public long updateSnapshotVersion(long volumeId, String from, String to) {
-        TransactionLegacy txn = TransactionLegacy.currentTxn();
-        PreparedStatement pstmt = null;
-        String sql = UPDATE_SNAPSHOT_VERSION;
 
 Review comment:
   The same happens here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services