Skip to content

Commit

Permalink
deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrooTheChen committed Sep 24, 2024
1 parent 90fb1a7 commit 01c125c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ fn main() {
prost_build,
&[
"lib/vector-core/proto/event.proto",
// "proto/google/cloud/bigquery/storage/v1/arrow.proto",
// "proto/google/cloud/bigquery/storage/v1/avro.proto",
// "proto/google/cloud/bigquery/storage/v1/protobuf.proto",
// "proto/google/cloud/bigquery/storage/v1/stream.proto",
// "proto/google/cloud/bigquery/storage/v1/table.proto",
"proto/third-party/dnstap.proto",
"proto/vector/ddsketch_full.proto",
"proto/vector/dd_metric.proto",
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() {
.bytes(["raw_bytes"])
.compile_protos(
&["proto/event.proto"],
&["proto", "../../proto/third-party", "../../proto/vector", "../../proto/google/cloud/bigquery/storage/v1"],
&["proto", "../../proto/third-party", "../../proto/vector"],
)
.unwrap();
}

0 comments on commit 01c125c

Please sign in to comment.