Skip to content

Commit 6ffc47e

Browse files
committed
Delete rebase artifacts
1 parent 5ba3e9d commit 6ffc47e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

cpp2rust/converter/converter_lib.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ GetOperandImplicitConversionTarget(const clang::BinaryOperator *op,
173173
const clang::Expr *operand,
174174
const clang::Expr *sibling);
175175

176-
177176
bool IsBuiltinVaStart(const clang::CallExpr *expr);
178177

179178
bool IsBuiltinVaEnd(const clang::CallExpr *expr);

cpp2rust/converter/mapper.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,9 +795,6 @@ std::string ToString(clang::QualType qual_type, ScalarSugar sugar) {
795795
}
796796
}
797797

798-
}
799-
}
800-
801798
if (auto cxx_record_decl = qual_type->getAsCXXRecordDecl()) {
802799
if (cxx_record_decl->isLambda()) {
803800
return ToString(cxx_record_decl->getLambdaCallOperator());

0 commit comments

Comments
 (0)