summaryrefslogtreecommitdiffstats
path: root/src/server/Engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Engine.hpp')
-rw-r--r--src/server/Engine.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Engine.hpp b/src/server/Engine.hpp
index 45379ad1..c62a8d94 100644
--- a/src/server/Engine.hpp
+++ b/src/server/Engine.hpp
@@ -114,7 +114,7 @@ public:
*
* This value is comparable to the value returned by current_time().
*/
- inline uint64_t cycle_start_time(const RunContext& context) const {
+ inline uint64_t cycle_start_time(const RunContext&) const {
return _cycle_start_time;
}