summaryrefslogtreecommitdiff
path: root/tests/modules/blockonbackground.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/blockonbackground.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/blockonbackground.c')
-rw-r--r--tests/modules/blockonbackground.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modules/blockonbackground.c b/tests/modules/blockonbackground.c
index ced77862d..2e3b1a557 100644
--- a/tests/modules/blockonbackground.c
+++ b/tests/modules/blockonbackground.c
@@ -1,4 +1,3 @@
-#define REDISMODULE_EXPERIMENTAL_API
#define _XOPEN_SOURCE 700
#include "redismodule.h"
#include <stdio.h>