| Index: src/trusted/validator/ncfileutil.h
|
| diff --git a/src/trusted/validator/ncfileutil.h b/src/trusted/validator/ncfileutil.h
|
| index d188cf0fe544c32e8f56ddf49ad2c40276d6c200..436039e5a520f2df58a3d0dce63bfb90100a7b90 100644
|
| --- a/src/trusted/validator/ncfileutil.h
|
| +++ b/src/trusted/validator/ncfileutil.h
|
| @@ -39,7 +39,6 @@ typedef struct {
|
| Elf_Phdr* pheaders; /* copy of the Elf program headers */
|
| Elf_Half shnum; /* number of Elf section headers */
|
| Elf_Shdr* sheaders; /* copy of the Elf section headers */
|
| - int ncalign;
|
| nc_loadfile_error_fn error_fn; /* The error printing routine to use. */
|
| } ncfile;
|
|
|
|
|