Skip to content

Commit e027a41

Browse files
committed
remove an example
1 parent eaa6ef3 commit e027a41

File tree

2 files changed

+0
-210
lines changed

2 files changed

+0
-210
lines changed

WORKSPACE

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1 @@
11
workspace(name = "pinpoint-cpp")
2-
3-
#load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4-
5-
# rules_proto
6-
#http_archive(
7-
# name = "rules_proto",
8-
# sha256 = "14a225870ab4e91869652cfd69ef2028277fc1dc4910d65d353b62d6e0ae21f4",
9-
# strip_prefix = "rules_proto-7.1.0",
10-
# url = "https://github.com/bazelbuild/rules_proto/releases/download/7.1.0/rules_proto-7.1.0.tar.gz",
11-
#)
12-
13-
#load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
14-
#rules_proto_dependencies()
15-
16-
#load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
17-
#rules_proto_toolchains()
18-
19-
#http_archive(
20-
# name = "rules_cc",
21-
# urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.1/rules_cc-0.1.1.tar.gz"],
22-
# sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42",
23-
# strip_prefix = "rules_cc-0.1.1",
24-
#)
25-
26-
#http_archive(
27-
# name = "com_google_protobuf",
28-
# sha256 = "63150aba23f7a90fd7d87bdf514e459dd5fe7023fdde01b56ac53335df64d4bd",
29-
# strip_prefix = "protobuf-29.2",
30-
# urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.2/protobuf-29.2.tar.gz"],
31-
#)
32-
33-
#load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
34-
35-
#protobuf_deps()
36-
37-
#http_archive(
38-
# name = "com_github_grpc_grpc",
39-
# sha256 = "5b5b9c6507ec166ec0e9e82f58280c36544540ecdd818eaab7b8601596b74c9e",
40-
# strip_prefix = "grpc-1.63.2",
41-
# urls = ["https://github.com/grpc/grpc/archive/v1.63.2.tar.gz"],
42-
#)
43-
44-
#load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
45-
46-
#grpc_deps()
47-
48-
#http_archive(
49-
# name = "com_github_jbeder_yaml_cpp",
50-
# sha256 = "fbe74bbdcee21d656715688706da3c8becfd946d92cd44705cc6098bb23b3a16",
51-
# strip_prefix = "yaml-cpp-0.8.0",
52-
# urls = ["https://github.com/jbeder/yaml-cpp/archive/0.8.0.tar.gz"],
53-
#)
54-
55-
#http_archive(
56-
# name = "com_github_gabime_spdlog",
57-
# sha256 = "9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5",
58-
# strip_prefix = "spdlog-1.15.0",
59-
# urls = ["https://github.com/gabime/spdlog/archive/v1.15.0.tar.gz"],
60-
#)
61-
62-
#http_archive(
63-
# name = "com_google_absl",
64-
# sha256 = "f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3",
65-
# strip_prefix = "abseil-cpp-20240722.0",
66-
# urls = ["https://github.com/abseil/abseil-cpp/archive/20240722.0.tar.gz"],
67-
#)

example/url_stat_test.cpp

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)