diff --git a/lite/kernels/arm/conv_depthwise.cc b/lite/kernels/arm/conv_depthwise.cc index 51578a045e7268a1c5c3dfb3843d45e2a4c9efe0..e04e774cce3af5bd6f8b67c6adfeba06fa814768 100644 --- a/lite/kernels/arm/conv_depthwise.cc +++ b/lite/kernels/arm/conv_depthwise.cc @@ -401,14 +401,6 @@ void DepthwiseConv::Run() { w_scale_.data()); } -#ifdef LITE_WITH_PROFILE -template <> -void DepthwiseConv:: - SetProfileRuntimeKernelInfo(paddle::lite::profile::OpCharacter* ch) { - ch->kernel_func_name = kernel_func_name_; -} -#endif - } // namespace arm } // namespace kernels } // namespace lite