aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indexamajig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 57a41930..00191205 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -66,7 +66,6 @@ struct process_args
struct process_result
{
int hit;
- struct process_args *pargs;
};
@@ -251,7 +250,6 @@ static void *process_image(void *pargsv)
result = malloc(sizeof(*result));
if ( result == NULL ) return NULL;
- result->pargs = pargs;
hdfile = hdfile_open(filename);
if ( hdfile == NULL ) {