Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ckmalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonKnittel committed Nov 3, 2024
2 parents 8751ef4 + 64d41ac commit c24e04a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ cc_library(
name = "perftest",
srcs = ["perftest.cc"],
hdrs = ["perftest.h"],
data = [
"//traces",
],
deps = [
":malloc_runner",
":tracefile_executor",
Expand All @@ -54,9 +51,6 @@ cc_library(
name = "utiltest",
srcs = ["utiltest.cc"],
hdrs = ["utiltest.h"],
data = [
"//traces",
],
deps = [
":heap_factory",
":malloc_runner",
Expand Down

0 comments on commit c24e04a

Please sign in to comment.