Skip to content

Commit 04976d3

Browse files
committed
Small fixes.
1 parent 0a9f7d8 commit 04976d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,12 @@ typedef struct fold_item {
127127
zval * (*fun)(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, ...);
128128
struct fold_item *next;
129129
} fold_item;
130-
//fold_item *head, *current;
131130

132131
typedef struct request_item {
133132
char *request_str;
134133
int request_size; /* size_t */
135134
struct request_item *next;
136135
} request_item;
137-
// request_item *head_request, *current_request;
138136

139137
void
140-
free_reply_callbacks();
138+
free_reply_callbacks(zval *z_this);

0 commit comments

Comments
 (0)