diff options
| author | 2022-05-02 12:01:26 +0100 | |
|---|---|---|
| committer | 2022-05-02 12:01:26 +0100 | |
| commit | 499201983d0e12caf1d4e979311e5b3a4e01ffb0 (patch) | |
| tree | 82130e18b96d43aeeb1491551d7aadcc2b7f6426 /src/modules | |
| parent | Mark fields that take a Log::Engine* as non-null. (diff) | |
Kill an unnecessary accessibility keyword.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/extra/m_log_syslog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_log_syslog.cpp b/src/modules/extra/m_log_syslog.cpp index 4e9fb864f..ca544b702 100644 --- a/src/modules/extra/m_log_syslog.cpp +++ b/src/modules/extra/m_log_syslog.cpp @@ -64,7 +64,6 @@ public: { } -public: Log::MethodPtr Create(std::shared_ptr<ConfigTag> tag) override { return std::make_shared<SyslogMethod>(); |
