diff options
Diffstat (limited to 'src/script.h')
-rw-r--r-- | src/script.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script.h b/src/script.h index b892637ff..edcacd578 100644 --- a/src/script.h +++ b/src/script.h @@ -74,7 +74,6 @@ struct scriptRunCtx { int flags; int repl_flags; monotime start_time; - mstime_t snapshot_time; }; /* Scripts flags */ @@ -107,7 +106,6 @@ int scriptIsEval(); int scriptIsTimedout(); client* scriptGetClient(); client* scriptGetCaller(); -mstime_t scriptTimeSnapshot(); long long scriptRunDuration(); #endif /* __SCRIPT_H_ */ |