Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/CppInterOp/CppInterOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2269,9 +2269,6 @@ void make_narg_call(const FunctionDecl* FD, const std::string& return_type,
callbuf << "((const " << class_name << "*)obj)->";
else
callbuf << "((" << class_name << "*)obj)->";

if (op_flag)
callbuf << class_name << "::";
} else if (isa<NamedDecl>(get_non_transparent_decl_context(FD))) {
// This is a namespace member.
if (op_flag || N <= 1)
Expand Down
Loading