From e84170b5845dfc07b8c5e9df4dd5f6b6d0db95ca Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Mon, 14 Oct 2024 14:34:19 -0700 Subject: [PATCH] Rm experimental:program_options Summary: All dependents are pointing to cl:program_options Reviewed By: yfeldblum Differential Revision: D63987681 fbshipit-source-id: 70691a7d0c8491e53001291fffd88514fcb8f278 --- folly/experimental/BUCK | 11 ----------- folly/experimental/NestedCommandLineApp.h | 17 ----------------- folly/experimental/ProgramOptions.h | 17 ----------------- 3 files changed, 45 deletions(-) delete mode 100644 folly/experimental/NestedCommandLineApp.h delete mode 100644 folly/experimental/ProgramOptions.h diff --git a/folly/experimental/BUCK b/folly/experimental/BUCK index 216a988fba1..3f1d68f21f4 100644 --- a/folly/experimental/BUCK +++ b/folly/experimental/BUCK @@ -141,17 +141,6 @@ cpp_library( ], ) -cpp_library( - name = "program_options", - headers = [ - "NestedCommandLineApp.h", - "ProgramOptions.h", - ], - exported_deps = [ - "//folly/cli:program_options", - ], -) - cpp_library( name = "read_mostly_shared_ptr", headers = [ diff --git a/folly/experimental/NestedCommandLineApp.h b/folly/experimental/NestedCommandLineApp.h deleted file mode 100644 index 9e3dd82ff3f..00000000000 --- a/folly/experimental/NestedCommandLineApp.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/ProgramOptions.h b/folly/experimental/ProgramOptions.h deleted file mode 100644 index 75f11fca534..00000000000 --- a/folly/experimental/ProgramOptions.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