Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 7de414d

Browse files
committed
Fix clean
1 parent 67524a8 commit 7de414d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cqhttp/plugins/loggers/loggers.h

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ namespace cqhttp::plugins {
66
struct Loggers : Plugin {
77
void hook_enable(Context &ctx) override;
88
void hook_disable(Context &ctx) override;
9-
void hook_coolq_start(Context &ctx) override;
10-
void hook_coolq_exit(Context &ctx) override;
119
};
1210

1311
static std::shared_ptr<Loggers> loggers = std::make_shared<Loggers>();

0 commit comments

Comments
 (0)