summaryrefslogtreecommitdiff
path: root/src/slowlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slowlog.h')
-rw-r--r--src/slowlog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/slowlog.h b/src/slowlog.h
index 50e543891..6a00d1202 100644
--- a/src/slowlog.h
+++ b/src/slowlog.h
@@ -48,7 +48,4 @@ typedef struct slowlogEntry {
void slowlogInit(void);
void slowlogPushEntryIfNeeded(client *c, robj **argv, int argc, long long duration);
-/* Exported commands */
-void slowlogCommand(client *c);
-
#endif /* __SLOWLOG_H__ */