Skip to content

Commit 22237a5

Browse files
author
lb13810398408
committed
修改了process函数中获取队列内容的方式,更少的占用内存
1 parent 3adfcee commit 22237a5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

client/c/httpsqs_client.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ void process(char *queuename, int loop)
9999
char pos[10];
100100
int p = 0;
101101

102-
int posline = 3;
103-
int dataline = 8;
104-
105102
loop --;
106103
while(loop)
107104
{

0 commit comments

Comments
 (0)