Skip to content

Commit

Permalink
clean the commented out code. (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: Jianfei Hu <[email protected]>
  • Loading branch information
incfly authored Jul 27, 2022
1 parent 1618d0c commit 177233a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/service/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
1 change: 0 additions & 1 deletion src/service/async_service_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 177233a

Please sign in to comment.