public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-3259] Drop unused enum vrp_mode.
@ 2023-08-17  5:32 Sergei Trofimovich
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich @ 2023-08-17  5:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:24f7b20bbd87eb5e45177b0acf4b40118f319d35

commit r14-3259-g24f7b20bbd87eb5e45177b0acf4b40118f319d35
Author: Sergei Trofimovich <siarheit@google.com>
Date:   Wed Aug 16 21:20:08 2023 +0100

    Drop unused enum vrp_mode.
    
    Follow removal of EVRP and clean up unused defines.
    
    gcc/
            * flag-types.h (vrp_mode): Remove unused.

Diff:
---
 gcc/flag-types.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gcc/flag-types.h b/gcc/flag-types.h
index 36305de589ea..7466c1106f2b 100644
--- a/gcc/flag-types.h
+++ b/gcc/flag-types.h
@@ -478,13 +478,6 @@ enum threader_debug
   THREADER_DEBUG_ALL = 1
 };
 
-/* VRP modes.  */
-enum vrp_mode
-{
-  VRP_MODE_VRP,
-  VRP_MODE_RANGER
-};
-
 /* Modes of OpenACC 'kernels' constructs handling.  */
 enum openacc_kernels
 {

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

only message in thread, other threads:[~2023-08-17  5:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17  5:32 [gcc r14-3259] Drop unused enum vrp_mode Sergei Trofimovich

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).