diff --git a/src/service/BUILD b/src/service/BUILD index 8dd3f1a4..058e49b5 100644 --- a/src/service/BUILD +++ b/src/service/BUILD @@ -35,7 +35,6 @@ authsvc_cc_library( "@com_github_gabime_spdlog//:spdlog", "@com_github_grpc_grpc//:grpc++", "@envoy//source/common/config:version_converter_lib", - # "@envoy//envoy/grpc:status", "@envoy_api//envoy/service/auth/v2:pkg_cc_grpc", "@envoy_api//envoy/service/auth/v3:pkg_cc_grpc", ], diff --git a/src/service/async_service_impl.h b/src/service/async_service_impl.h index c0ec4ae7..eca989a1 100644 --- a/src/service/async_service_impl.h +++ b/src/service/async_service_impl.h @@ -12,7 +12,6 @@ #include "common/config/version_converter.h" #include "config/config.pb.h" #include "envoy/common/exception.h" -// #include "envoy/grpc/status.h" #include "envoy/service/auth/v2/external_auth.grpc.pb.h" #include "envoy/service/auth/v3/external_auth.grpc.pb.h" #include "src/common/http/http.h"