diff options
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.h')
-rw-r--r-- | lib/CodeGen/CodeGenTypes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h index 2fe7c89fad..46ca79a3ca 100644 --- a/lib/CodeGen/CodeGenTypes.h +++ b/lib/CodeGen/CodeGenTypes.h @@ -145,10 +145,6 @@ public: /// GetFunctionType - Get the LLVM function type from Info. const llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info); - /// GetFunctionType - Get the LLVM function type from Info. - /// \param IsVariadic Should the resulting type be variadic? - const llvm::FunctionType *GetFunctionType(const CGCallInfo &Info, - bool IsVariadic); /// GetFunctionType - Get the LLVM function type for the given types /// and variadicness. |