diff options
| author | levlam <levlam@telegram.org> | 2022-07-17 12:11:04 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-07-17 12:11:04 +0300 |
| commit | 6eef50f769915b88a26c194c276100e54d547556 (patch) | |
| tree | 47500790a664aeee79f33a423b9ff97bed81f542 /tdactor | |
| parent | 2cc8f34a7d3ff03daf7082ca9c903149596ead28 (diff) | |
Remove unused DelayedClosure private constructors.
Diffstat (limited to 'tdactor')
| -rw-r--r-- | tdactor/td/actor/impl/Event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tdactor/td/actor/impl/Event.h b/tdactor/td/actor/impl/Event.h index a0e4d39fb..2796c701e 100644 --- a/tdactor/td/actor/impl/Event.h +++ b/tdactor/td/actor/impl/Event.h @@ -8,7 +8,6 @@ #include "td/utils/Closure.h" #include "td/utils/common.h" -#include "td/utils/logging.h" #include "td/utils/StringBuilder.h" #include <type_traits> |
