[committed] analyzer: fix comment

David Malcolm dmalcolm@redhat.com
Thu Jan 16 05:08:00 GMT 2020


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



More information about the Gcc-patches mailing list