public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2512] Remove legacy external declarations in toplev.h [PR101447]
@ 2021-07-26 14:41 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2021-07-26 14:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bf6d414415e14e13be16abf23375160733567d20

commit r12-2512-gbf6d414415e14e13be16abf23375160733567d20
Author: Ashimida <ashimida@linux.alibaba.com>
Date:   Mon Jul 26 10:38:50 2021 -0400

    Remove legacy external declarations in toplev.h [PR101447]
    
    gcc/
            PR driver/101447
            * toplev.h (min_align_loops_log): Remove declaration.
            (min_align_jumps_log, min_align_labels_log): Likewise.
            (min_align_functions_log): Likewise.

Diff:
---
 gcc/toplev.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/toplev.h b/gcc/toplev.h
index 175944c85b7..f543554b15f 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -94,11 +94,6 @@ extern bool set_src_pwd		       (const char *);
 extern HOST_WIDE_INT get_random_seed (bool);
 extern void set_random_seed (const char *);
 
-extern unsigned int min_align_loops_log;
-extern unsigned int min_align_jumps_log;
-extern unsigned int min_align_labels_log;
-extern unsigned int min_align_functions_log;
-
 extern void parse_alignment_opts (void);
 
 extern void initialize_rtl (void);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-26 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26 14:41 [gcc r12-2512] Remove legacy external declarations in toplev.h [PR101447] Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).