Navigation Menu

Skip to content

Commit

Permalink
Remove not required inline
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 26, 2018
1 parent a1957cf commit e82bca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/highlighter.c
Expand Up @@ -445,7 +445,7 @@ grn_highlighter_prepare(grn_ctx *ctx,
highlighter->need_prepared = GRN_FALSE;
}

static inline grn_bool
static grn_bool
grn_ids_is_included(grn_id *ids, size_t n_ids, grn_id id)
{
size_t i;
Expand Down

0 comments on commit e82bca8

Please sign in to comment.