public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] analyzer: fix comment
@ 2020-01-16  5:08 David Malcolm
  0 siblings, 0 replies; only message in thread
From: David Malcolm @ 2020-01-16  5:08 UTC (permalink / raw)
  To: gcc-patches; +Cc: David Malcolm

I rewrote class impl_region_model_context to avoid using multiple
inheritance during patch review but forgot to update this comment.

Fix it.

Pushed to origin/master as 49e9a9996ab334133c78f1445173d8e663edd3e9

gcc/analyzer/ChangeLog:
	* engine.cc (class impl_region_model_context): Fix comment.
---
 gcc/analyzer/engine.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/analyzer/engine.cc b/gcc/analyzer/engine.cc
index 9092024d3a4..92615e6cd4f 100644
--- a/gcc/analyzer/engine.cc
+++ b/gcc/analyzer/engine.cc
@@ -64,7 +64,7 @@ along with GCC; see the file COPYING3.  If not see
 
 static int readability_comparator (const void *p1, const void *p2);
 
-/* class impl_region_model_context : public region_model_context, public log_user.  */
+/* class impl_region_model_context : public region_model_context.  */
 
 impl_region_model_context::
 impl_region_model_context (exploded_graph &eg,
-- 
2.21.0

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

only message in thread, other threads:[~2020-01-15 23:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16  5:08 [committed] analyzer: fix comment David Malcolm

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