Skip to content
Snippets Groups Projects
Commit a0f9ecee authored by Per Hedbor's avatar Per Hedbor
Browse files

Removed unnessesary entry from shuffle struct (thus saving 4 bytes...

Rev: src/modules/spider/spider.c:1.66
parent d79cc285
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "threads.h" #include "threads.h"
#include "operators.h" #include "operators.h"
RCSID("$Id: spider.c,v 1.65 1998/03/18 03:08:29 per Exp $"); RCSID("$Id: spider.c,v 1.66 1998/04/12 07:07:00 per Exp $");
#ifdef HAVE_PWD_H #ifdef HAVE_PWD_H
#include <pwd.h> #include <pwd.h>
...@@ -1264,7 +1264,6 @@ struct thread_args ...@@ -1264,7 +1264,6 @@ struct thread_args
int len; int len;
int sent; int sent;
char buffer[BUFFER]; char buffer[BUFFER];
THREAD_T tid;
}; };
MUTEX_T done_lock; MUTEX_T done_lock;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment