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

Commit

Permalink
Fix clean
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Jun 16, 2018
1 parent 67524a8 commit 7de414d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cqhttp/plugins/loggers/loggers.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ namespace cqhttp::plugins {
struct Loggers : Plugin {
void hook_enable(Context &ctx) override;
void hook_disable(Context &ctx) override;
void hook_coolq_start(Context &ctx) override;
void hook_coolq_exit(Context &ctx) override;
};

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

0 comments on commit 7de414d

Please sign in to comment.