summaryrefslogtreecommitdiff
path: root/tests/modules/defragtest.c
diff options
context:
space:
mode:
authorViktor Söderqvist <viktor.soderqvist@est.tech>2021-12-30 11:17:22 +0100
committerGitHub <noreply@github.com>2021-12-30 12:17:22 +0200
commite4b3a257eebd0acf0ba7bc5d0902166d02bacfdb (patch)
treeacf17cc726fa6a1a4b53926850c0a7c35b36c9d3 /tests/modules/defragtest.c
parent4836ae32c7eb485dd4b0196ec67b9838c6d87f80 (diff)
downloadredis-e4b3a257eebd0acf0ba7bc5d0902166d02bacfdb.tar.gz
Modules: Mark all APIs non-experimental (#9983)
These exist for quite some time, and are no longer experimental
Diffstat (limited to 'tests/modules/defragtest.c')
-rw-r--r--tests/modules/defragtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modules/defragtest.c b/tests/modules/defragtest.c
index 1e4c810da..221280df1 100644
--- a/tests/modules/defragtest.c
+++ b/tests/modules/defragtest.c
@@ -1,7 +1,6 @@
/* A module that implements defrag callback mechanisms.
*/
-#define REDISMODULE_EXPERIMENTAL_API
#include "redismodule.h"
#include <stdlib.h>