diff --git a/folly/experimental/coro/Accumulate-inl.h b/folly/experimental/coro/Accumulate-inl.h deleted file mode 100644 index 7a15f736eff..00000000000 --- a/folly/experimental/coro/Accumulate-inl.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include diff --git a/folly/experimental/coro/Accumulate.h b/folly/experimental/coro/Accumulate.h deleted file mode 100644 index 954bdca58e1..00000000000 --- a/folly/experimental/coro/Accumulate.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include diff --git a/folly/experimental/coro/BUCK b/folly/experimental/coro/BUCK index fd702e9c07d..eb7b129f1e6 100644 --- a/folly/experimental/coro/BUCK +++ b/folly/experimental/coro/BUCK @@ -2,17 +2,6 @@ load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library") oncall("fbcode_entropy_wardens_folly") -cpp_library( - name = "accumulate", - headers = [ - "Accumulate.h", - "Accumulate-inl.h", - ], - exported_deps = [ - "//folly/coro:accumulate", - ], -) - cpp_library( name = "async_generator", headers = [