public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Drop unused enum vrp_mode.
@ 2023-08-16 20:23 Sergei Trofimovich
  2023-08-16 22:58 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2023-08-16 20:23 UTC (permalink / raw)
  To: gcc-patches; +Cc: Sergei Trofimovich

From: Sergei Trofimovich <siarheit@google.com>

Follow removal of EVRP and clean up unused defines.

gcc/
	* flag-types.h (vrp_mode): Remove unused.
---
 gcc/flag-types.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gcc/flag-types.h b/gcc/flag-types.h
index 36305de589e..7466c1106f2 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
 {
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Drop unused enum vrp_mode.
  2023-08-16 20:23 [PATCH] Drop unused enum vrp_mode Sergei Trofimovich
@ 2023-08-16 22:58 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-08-16 22:58 UTC (permalink / raw)
  To: Sergei Trofimovich, gcc-patches; +Cc: Sergei Trofimovich



On 8/16/23 14:23, Sergei Trofimovich via Gcc-patches wrote:
> From: Sergei Trofimovich <siarheit@google.com>
> 
> Follow removal of EVRP and clean up unused defines.
> 
> gcc/
> 	* flag-types.h (vrp_mode): Remove unused.
OK
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-16 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-16 20:23 [PATCH] Drop unused enum vrp_mode Sergei Trofimovich
2023-08-16 22:58 ` 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).