From 766f989251a87673d80831521fac002e0263f122 Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Tue, 16 Nov 2021 13:06:33 +0000 Subject: Remove useless comments from HIR::MethodCallExpr --- gcc/rust/hir/tree/rust-hir-expr.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/rust/hir') diff --git a/gcc/rust/hir/tree/rust-hir-expr.h b/gcc/rust/hir/tree/rust-hir-expr.h index 575d1f6..37ec15d 100644 --- a/gcc/rust/hir/tree/rust-hir-expr.h +++ b/gcc/rust/hir/tree/rust-hir-expr.h @@ -1635,7 +1635,6 @@ class MethodCallExpr : public ExprWithoutBlock { std::unique_ptr receiver; PathExprSegment method_name; - // inlined form of CallParams std::vector > params; Location locus; @@ -1643,10 +1642,6 @@ class MethodCallExpr : public ExprWithoutBlock public: std::string as_string () const override; - /*inline std::vector> get_params() const { - return params; - }*/ - MethodCallExpr (Analysis::NodeMapping mappings, std::unique_ptr call_receiver, PathExprSegment method_path, -- cgit v1.1