diff mbox

Remove redundant main_size field from LTO header

Message ID alpine.LSU.2.11.1512111146430.4884@t29.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Dec. 11, 2015, 10:47 a.m. UTC
LTO bootstrapped on x86_64-unknown-linux-gnu, applied.

Richard.

2015-12-11  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (lto_simple_header_with_strings): Remove
	main_size field already in lto_simple_header.
diff mbox

Patch

Index: gcc/lto-streamer.h
===================================================================
--- gcc/lto-streamer.h	(revision 231552)
+++ gcc/lto-streamer.h	(working copy)
@@ -407,9 +407,6 @@  struct lto_simple_header : lto_header
 
 struct lto_simple_header_with_strings : lto_simple_header
 {
-  /* Size of main gimple body of function.  */
-  int32_t main_size;
-
   /* Size of the string table.  */
   int32_t string_size;
 };