Remove uneeded warning.
GitOrigin-RevId: 63933b5e7ae003e350c52cc9758b844cebc2b961
This commit is contained in:
parent
5182709012
commit
9ea321b252
@ -791,7 +791,7 @@ void write_tl(const tl_config &config, tl_outputer &out, const TL_writer &w) {
|
|||||||
for (std::size_t function = 0; function < functions_n; function++) {
|
for (std::size_t function = 0; function < functions_n; function++) {
|
||||||
tl_combinator *t = config.get_function_by_num(function);
|
tl_combinator *t = config.get_function_by_num(function);
|
||||||
if (!w.is_combinator_supported(t)) {
|
if (!w.is_combinator_supported(t)) {
|
||||||
std::fprintf(stderr, "Function %s is too hard to store\n", t->name.c_str());
|
// std::fprintf(stderr, "Function %s is too hard to store\n", t->name.c_str());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user