Skip to content

Commit 6e6aee2

Browse files
committed
Bug#31037561 enable doc-comment warnings for storage/ndb/test
Additional fix for test binaries that are only built when using WITH_NDB_TEST Change-Id: I8ead4e47e04629dbbe9a9e228914959487368f5c
1 parent 8b01357 commit 6e6aee2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

storage/ndb/test/ndbapi/bank/Bank.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ int Bank::performTransaction(){
128128
return result;
129129
}
130130

131-
/**
132-
* Perform a transaction in the bank.
133-
* Ie. transfer money from one account to another.
134-
*
135-
* @param
136-
* @return 0 if successful or an error code
137-
*/
138131
int Bank::performTransaction(int fromAccountId,
139132
int toAccountId,
140133
int amount ){

0 commit comments

Comments
 (0)