Skip to content

Commit 1120ade

Browse files
committed
Cleanup unnecessary trap
1 parent 4baff44 commit 1120ade

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp2rust/converter/translation_rule.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ class Callback : public clang::ast_matchers::MatchFinder::MatchCallback {
290290
return false;
291291
};
292292

293-
clang::Sema::SFINAETrap trap(*sema_);
294293
auto result = sema_->DeduceTemplateArguments(
295294
decl, explicitArgs, args, spec, info, false, false, false, obj_t,
296295
exprClass, false, check);

0 commit comments

Comments
 (0)