From ed8ecb99df1ceff64f910a7c4571dc07c98cfbab Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 22 Oct 2018 08:58:37 -0700 Subject: [PATCH] Remove an obsolete comment. --- lib/frontend/src/frontend.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/frontend/src/frontend.rs b/lib/frontend/src/frontend.rs index be178d554c..e04d831efe 100644 --- a/lib/frontend/src/frontend.rs +++ b/lib/frontend/src/frontend.rs @@ -18,10 +18,6 @@ use variable::Variable; /// In order to reduce memory reallocations when compiling multiple functions, /// `FunctionBuilderContext` holds various data structures which are cleared between /// functions, rather than dropped, preserving the underlying allocations. -/// -/// The `Variable` parameter can be any index-like type that can be made to -/// implement `EntityRef`. For frontends that don't have an obvious type to -/// use here, `variable::Variable` can be used. pub struct FunctionBuilderContext { ssa: SSABuilder, ebbs: SecondaryMap,