Skip to content

Commit

Permalink
Remove the useless comments
Browse files Browse the repository at this point in the history
Signed-off-by: owent <admin@owent.net>
  • Loading branch information
owent committed Jul 7, 2021
1 parent c73d029 commit 6d15c6a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion bazel/curl.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ cc_library(
]),
copts = CURL_COPTS + [
"-DOS=\"os\"",
# "-DCURL_EXTERN_SYMBOL=__attribute__((__visibility__(\"default\")))",
],
defines = ["CURL_STATICLIB"],
includes = [
Expand Down
2 changes: 0 additions & 2 deletions examples/http/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ cc_binary(
"client.cc",
"tracer_common.h",
],
# TODO: Move copts/linkopts for static CURL usage into shared bzl file.
copts = [
# "-DCURL_STATICLIB",
"-DWITH_CURL",
],
linkopts = select({
Expand Down
3 changes: 0 additions & 3 deletions exporters/elasticsearch/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ cc_library(
"include/opentelemetry/exporters/elasticsearch/es_log_exporter.h",
"include/opentelemetry/exporters/elasticsearch/es_log_recordable.h",
],
# copts = [
# "-DCURL_STATICLIB",
# ],
linkopts = select({
"//bazel:windows": [
"-DEFAULTLIB:advapi32.lib",
Expand Down
2 changes: 0 additions & 2 deletions ext/src/http/client/curl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ cc_library(
"http_client_curl.cc",
"http_client_factory_curl.cc",
],
# TODO: Move copts/linkopts for static CURL usage into shared bzl file.
copts = [
# "-DCURL_STATICLIB",
"-DWITH_CURL",
],
include_prefix = "src/http/client/curl",
Expand Down
4 changes: 0 additions & 4 deletions ext/test/w3c_tracecontext_test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ cc_binary(
srcs = [
"main.cc",
],
# TODO: Move copts/linkopts for static CURL usage into shared bzl file.
# copts = [
# "-DCURL_STATICLIB",
# ],
linkopts = select({
"//bazel:windows": [
"-DEFAULTLIB:advapi32.lib",
Expand Down

0 comments on commit 6d15c6a

Please sign in to comment.