Skip to content

Commit c23dfd2

Browse files
committed
Delete unused unique_resource_allocator
1 parent b65fd51 commit c23dfd2

File tree

5 files changed

+0
-534
lines changed

5 files changed

+0
-534
lines changed

base/cvd/cuttlefish/common/libs/utils/BUILD.bazel

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -388,15 +388,6 @@ cf_cc_library(
388388
hdrs = ["type_name.h"],
389389
)
390390

391-
cf_cc_library(
392-
name = "unique_resource_allocator",
393-
hdrs = ["unique_resource_allocator.h"],
394-
deps = [
395-
"//cuttlefish/common/libs/utils:contains",
396-
"//libbase",
397-
],
398-
)
399-
400391
cf_cc_library(
401392
name = "uuid",
402393
srcs = [
@@ -410,18 +401,6 @@ cf_cc_library(
410401
],
411402
)
412403

413-
cf_cc_test(
414-
name = "unique_resource_allocator_test",
415-
srcs = ["unique_resource_allocator_test.cpp"],
416-
deps = [
417-
"//cuttlefish/common/libs/utils:contains",
418-
"//cuttlefish/common/libs/utils:unique_resource_allocator",
419-
"//libbase",
420-
"@googletest//:gtest",
421-
"@googletest//:gtest_main",
422-
],
423-
)
424-
425404
cf_cc_library(
426405
name = "unix_sockets",
427406
srcs = ["unix_sockets.cpp"],

base/cvd/cuttlefish/common/libs/utils/unique_resource_allocator.h

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

0 commit comments

Comments
 (0)