Removed unneeded method

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7364d55c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7364d55c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7364d55c

Branch: refs/heads/txn-refactor
Commit: 7364d55ccdb97e0bcb9c04566f86a26aa6cbd678
Parents: f62e28c
Author: Darren Shepherd <[email protected]>
Authored: Wed Oct 16 09:48:19 2013 -0700
Committer: Darren Shepherd <[email protected]>
Committed: Wed Oct 16 09:48:19 2013 -0700

----------------------------------------------------------------------
 framework/db/src/com/cloud/utils/db/Transaction.java | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7364d55c/framework/db/src/com/cloud/utils/db/Transaction.java
----------------------------------------------------------------------
diff --git a/framework/db/src/com/cloud/utils/db/Transaction.java 
b/framework/db/src/com/cloud/utils/db/Transaction.java
index 0ca1cc7..4f8e5c7 100755
--- a/framework/db/src/com/cloud/utils/db/Transaction.java
+++ b/framework/db/src/com/cloud/utils/db/Transaction.java
@@ -57,9 +57,5 @@ public class Transaction {
             throw e;
         }
     }
-    
-    public static Object startTransaction() {
-       return null;
-    }
-    
+
 }

Reply via email to