Skip to content

Commit 7364d55

Browse files
Removed unneeded method
1 parent f62e28c commit 7364d55

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

framework/db/src/com/cloud/utils/db/Transaction.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,5 @@ public T doInTransaction(TransactionStatus status) {
5757
throw e;
5858
}
5959
}
60-
61-
public static Object startTransaction() {
62-
return null;
63-
}
64-
60+
6561
}

0 commit comments

Comments
 (0)