Commit 396864c6 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove orphan type name trx_sig_t

This was missed in commit 1d0f70c2.
parent 7a1eff0a
/***************************************************************************** /*****************************************************************************
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 1996, 2014, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2017, 2019, MariaDB Corporation. Copyright (c) 2017, 2021, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software the terms of the GNU General Public License as published by the Free Software
...@@ -96,8 +96,6 @@ struct trx_t; ...@@ -96,8 +96,6 @@ struct trx_t;
struct trx_lock_t; struct trx_lock_t;
/** Transaction system */ /** Transaction system */
struct trx_sys_t; struct trx_sys_t;
/** Signal */
struct trx_sig_t;
/** Rollback segment */ /** Rollback segment */
struct trx_rseg_t; struct trx_rseg_t;
/** Transaction undo log */ /** Transaction undo log */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment