Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: src/trusted/validator/ncfileutil.h

Issue 10116004: Eliminate bundle_size parameter from validator interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Merge Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698