diff --git a/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h b/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h index 5ef4ce1cfd093..c4559b3226bcf 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h +++ b/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h @@ -256,12 +256,6 @@ class CGOpenMPRuntimeGPU : public CGOpenMPRuntime { ArrayRef ReductionOps, ReductionOptionsTy Options) override; - /// Returns specified OpenMP runtime function for the current OpenMP - /// implementation. Specialized for the NVPTX device. - /// \param Function OpenMP runtime function. - /// \return Specified function. - llvm::FunctionCallee createNVPTXRuntimeFunction(unsigned Function); - /// Translates the native parameter of outlined function if this is required /// for target. /// \param FD Field decl from captured record for the parameter.