Remove commented out code

This commit is contained in:
Jeremy Kolb 2019-03-02 14:09:31 -05:00
parent 3d8d880c59
commit ad2da5b1da

View file

@ -456,15 +456,6 @@ impl<'a, D: HirDatabase> InferenceContext<'a, D> {
}
})?;
/*
if let ExprOrPatId::Expr(expr) = id {
match typable {
TypableDef::Function(func) => self.write_assoc_fn_resolution(expr, func),
_ => {}
};
}
*/
resolved = Resolution::Def(item.into());
}