loader: Remove unused module serial number

Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2010-09-17 07:55:48 -04:00
commit 3a26e7f459
2 changed files with 0 additions and 4 deletions

View file

@ -67,7 +67,6 @@ typedef struct _loader *loaderPtr;
typedef struct _loader {
int handle; /* Unique id used to remove symbols from
* this module when it is unloaded */
int module; /* Unique id to identify compilation units */
char *name;
char *cname;
void *private; /* format specific data */