mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
MDEV-36542: remove _lint macro which is unused
Attribute noreturn functions don't need a return afterwards. aria_pack was missing the noreturn attribute on its my_end function.
This commit is contained in:
parent
0c80ddb519
commit
4f9221ae88
12 changed files with 10 additions and 31 deletions
|
|
@ -337,7 +337,7 @@ static int mrn_change_encoding(grn_ctx *ctx, const CHARSET_INFO *charset)
|
|||
return mrn::encoding::set(ctx, charset);
|
||||
}
|
||||
|
||||
#if defined DBUG_TRACE && !defined(_lint)
|
||||
#if defined DBUG_TRACE
|
||||
static const char *mrn_inspect_thr_lock_type(enum thr_lock_type lock_type)
|
||||
{
|
||||
const char *inspected = "<unknown>";
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
#define MRN_DBUG_ENTER_FUNCTION() DBUG_ENTER(__FUNCTION__)
|
||||
|
||||
#if !defined(DBUG_OFF) && !defined(_lint)
|
||||
#if !defined(DBUG_OFF)
|
||||
# define MRN_DBUG_ENTER_METHOD() \
|
||||
char method_name[MRN_MESSAGE_BUFFER_SIZE]; \
|
||||
method_name[0] = '\0'; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue