Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'redis_commands.h')
-rw-r--r--redis_commands.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/redis_commands.h b/redis_commands.h
index f2e9e4fa..978c1026 100644
--- a/redis_commands.h
+++ b/redis_commands.h
@@ -21,13 +21,6 @@ typedef struct subscribeContext {
zend_fcall_info_cache cb_cache;
} subscribeContext;
-/* Georadius sort type */
-typedef enum geoSortType {
- SORT_NONE,
- SORT_ASC,
- SORT_DESC
-} geoSortType;
-
/* Construct a raw command */
int redis_build_raw_cmd(zval *z_args, int argc, char **cmd, int *cmd_len TSRMLS_DC);
/* Construct a script command */