Skip to content

Commit 629126e

Browse files
authored
[clang][bytecode][NFC] Remove some dead code (#146287)
1 parent 2d94c08 commit 629126e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/AST/ByteCode/FunctionPointer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ void FunctionPointer::print(llvm::raw_ostream &OS) const {
2727
OS << "FnPtr(";
2828
if (Func)
2929
OS << Func->getName();
30-
else if (Func)
31-
OS << reinterpret_cast<uintptr_t>(Func);
3230
else
3331
OS << "nullptr";
3432
OS << ")";

0 commit comments

Comments
 (0)