Skip to content

Commit

Permalink
修改了process函数中获取队列内容的方式,更少的占用内存
Browse files Browse the repository at this point in the history
  • Loading branch information
lb13810398408 committed Mar 30, 2010
1 parent 3adfcee commit 22237a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/c/httpsqs_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ void process(char *queuename, int loop)
char pos[10];
int p = 0;

int posline = 3;
int dataline = 8;

loop --;
while(loop)
{
Expand Down

0 comments on commit 22237a5

Please sign in to comment.