diff options
| author | 2022-01-18 14:33:06 +0000 | |
|---|---|---|
| committer | 2022-01-18 14:33:06 +0000 | |
| commit | 40035385c6ecee61de82b18ff5f823a1ef4db871 (patch) | |
| tree | a705ad2f3097b2e1310e5e579078f5e54234681c /src/modules/m_spanningtree/save.cpp | |
| parent | Use C++11-style initialisation for the entity map in httpd_stats. (diff) | |
Add constexpr to the initialisation of various const static fields.
Diffstat (limited to 'src/modules/m_spanningtree/save.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/save.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/save.cpp b/src/modules/m_spanningtree/save.cpp index 1ca63bd5c..66c9797cd 100644 --- a/src/modules/m_spanningtree/save.cpp +++ b/src/modules/m_spanningtree/save.cpp @@ -27,8 +27,6 @@ #include "treesocket.h" #include "commands.h" -const time_t CommandSave::SavedTimestamp = 100; - /** * SAVE command - force nick change to UID on timestamp match */ |
