Skip to content

Commit 0c9fd43

Browse files
authored
[SYCLomatic] Remove unnecessary debug code (#2813)
Signed-off-by: intwanghao <hao3.wang@intel.com>
1 parent 99990ed commit 0c9fd43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/DPCT/RuleInfra/CallExprRewriterCommon.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ template <class SubExprT> class CastIfNotSameExprPrinter {
149149
clang::QualType ArgType = InputArg->getType().getCanonicalType();
150150
ArgType.removeLocalFastQualifiers(clang::Qualifiers::CVRMask);
151151
bool NeedParen = false;
152-
std::cout << "Arg type: " << ArgType.getAsString() << "\n";
153-
std::cout << "Given type " << TypeInfo << "\n";
154152
if (ArgType.getAsString() != TypeInfo) {
155153
NeedParen = needExtraParens(SubExpr);
156154
Stream << "(" << TypeInfo << ")";

0 commit comments

Comments
 (0)