E5F4 remove unused constants · chenyongze/phpredis@8324a46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8324a46

Browse files
committed
remove unused constants
1 parent d0f3d01 commit 8324a46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,14 +384,11 @@ typedef size_t strlen_t;
384384
#define NULL ((void *) 0)
385385
#endif
386386

387-
#define redis_sock_name "Redis Socket Buffer"
388387
#define REDIS_SOCK_STATUS_FAILED 0
389388
#define REDIS_SOCK_STATUS_DISCONNECTED 1
390389
#define REDIS_SOCK_STATUS_UNKNOWN 2
391390
#define REDIS_SOCK_STATUS_CONNECTED 3
392391

393-
#define redis_multi_access_type_name "Redis Multi type access"
394-
395392
#define _NL "\r\n"
396393

397394
/* properties */

0 commit comments

Comments
 (0)
0