Remove unused macro TF
This commit is contained in:
parent
e3a82d79fd
commit
185112f4ff
2
gc.c
2
gc.c
@ -13078,7 +13078,6 @@ str_len_no_raise(VALUE str)
|
|||||||
memcpy(buff + pos, (s), rb_strlen_lit(s) + 1); \
|
memcpy(buff + pos, (s), rb_strlen_lit(s) + 1); \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
#define TF(c) ((c) != 0 ? "true" : "false")
|
|
||||||
#define C(c, s) ((c) != 0 ? (s) : " ")
|
#define C(c, s) ((c) != 0 ? (s) : " ")
|
||||||
|
|
||||||
static size_t
|
static size_t
|
||||||
@ -13340,7 +13339,6 @@ rb_raw_obj_info_buitin_type(char *const buff, const size_t buff_size, const VALU
|
|||||||
return pos;
|
return pos;
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef TF
|
|
||||||
#undef C
|
#undef C
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user