diff options
Diffstat (limited to 'innobase/include')
-rw-r--r-- | innobase/include/trx0trx.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/innobase/include/trx0trx.h b/innobase/include/trx0trx.h index e1f65e9da0f..84d85fcaff6 100644 --- a/innobase/include/trx0trx.h +++ b/innobase/include/trx0trx.h @@ -117,13 +117,6 @@ void trx_start_if_not_started( /*=====================*/ trx_t* trx); /* in: transaction */ -/***************************************************************** -Starts the transaction if it is not yet started. */ - -void -trx_start_if_not_started_noninline( -/*===============================*/ - trx_t* trx); /* in: transaction */ /******************************************************************** Commits a transaction. */ |