diff options
| author | levlam <levlam@telegram.org> | 2018-12-27 04:41:47 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-12-27 04:41:47 +0300 |
| commit | 9ea321b252425e9ac5dd8f26ab91b6ef6777ffde (patch) | |
| tree | e219f210762125a467d27f005f60c7a6172ac811 /tdtl/td | |
| parent | 5182709012d291bf7ec6f3be34bc38ec2a4c3faf (diff) | |
Remove uneeded warning.
GitOrigin-RevId: 63933b5e7ae003e350c52cc9758b844cebc2b961
Diffstat (limited to 'tdtl/td')
| -rw-r--r-- | tdtl/td/tl/tl_generate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdtl/td/tl/tl_generate.cpp b/tdtl/td/tl/tl_generate.cpp index 52039d84f..0949857ff 100644 --- a/tdtl/td/tl/tl_generate.cpp +++ b/tdtl/td/tl/tl_generate.cpp @@ -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++) { tl_combinator *t = config.get_function_by_num(function); 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; } |
