[Coroutines] Remove unused variable AsyncFuncTy
authorKazu Hirata <kazu@google.com>
Mon, 29 May 2023 18:56:53 +0000 (11:56 -0700)
committerKazu Hirata <kazu@google.com>
Mon, 29 May 2023 18:56:54 +0000 (11:56 -0700)
The last use was removed by:

  commit e760ec2a01fba0d90e2fea33cf99b75baa2c2a1c
  Author: Arnold Schwaighofer <aschwaighofer@apple.com>
  Date:   Thu Feb 11 08:25:31 2021 -0800

llvm/lib/Transforms/Coroutines/CoroInternal.h

index 3720903..067fb6b 100644 (file)
@@ -127,7 +127,6 @@ struct LLVM_LIBRARY_VISIBILITY Shape {
   };
 
   struct AsyncLoweringStorage {
-    FunctionType *AsyncFuncTy;
     Value *Context;
     CallingConv::ID AsyncCC;
     unsigned ContextArgNo;