Skip to content

Commit 8320b83

Browse files
committed
IRGen: Squash an unused variable warning
1 parent a0dccc5 commit 8320b83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/IRGen/GenObjC.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,8 +1085,6 @@ static llvm::Constant *getObjCEncodingForTypes(IRGenModule &IGM,
10851085

10861086
std::string encodingString;
10871087

1088-
auto fnClangTy = fnType->getClangTypeInfo().getType();
1089-
10901088
// Return type.
10911089
{
10921090
auto clangType = IGM.getClangType(resultType.getASTType());

0 commit comments

Comments
 (0)