Skip to content

Commit

Permalink
remove unrelated change
Browse files Browse the repository at this point in the history
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
  • Loading branch information
soulxu committed Jul 24, 2023
1 parent 81a7fb7 commit 12493cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/extensions/all_extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _selected_extension_target(target):
return target + "_envoy_extension"

# Return all extensions to be compiled into Envoy.
def envoy_all_extensions(denylist = ["envoy.transport_sockets.tcp_stats"]):
def envoy_all_extensions(denylist = []):
all_extensions = dicts.add(_required_extensions, EXTENSIONS)

# These extensions can be removed on a site specific basis.
Expand Down

0 comments on commit 12493cf

Please sign in to comment.