From 0a906712cc42a4bd7268b3e4a3eea53d18473306 Mon Sep 17 00:00:00 2001 From: Tom Jackson Date: Fri, 7 Feb 2014 10:55:14 -0800 Subject: [PATCH] Removing redirects Test Plan: contbuild Reviewed By: philipp@fb.com FB internal diff: D1164211 --- folly/experimental/CombineGen.h | 17 ----------------- folly/experimental/FileGen.h | 17 ----------------- folly/experimental/Gen.h | 17 ----------------- folly/experimental/StringGen.h | 17 ----------------- 4 files changed, 68 deletions(-) delete mode 100644 folly/experimental/CombineGen.h delete mode 100644 folly/experimental/FileGen.h delete mode 100644 folly/experimental/Gen.h delete mode 100644 folly/experimental/StringGen.h diff --git a/folly/experimental/CombineGen.h b/folly/experimental/CombineGen.h deleted file mode 100644 index 82e5b0d9..00000000 --- a/folly/experimental/CombineGen.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright 2014 Facebook, Inc. - * - * 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. - */ -#pragma GCC message "folly::gen has moved to folly/gen/*.h" -#include "folly/gen/Combine.h" diff --git a/folly/experimental/FileGen.h b/folly/experimental/FileGen.h deleted file mode 100644 index 7b8ac658..00000000 --- a/folly/experimental/FileGen.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright 2014 Facebook, Inc. - * - * 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. - */ -#pragma message "folly::gen has moved to folly/gen/*.h" -#include "folly/gen/File.h" diff --git a/folly/experimental/Gen.h b/folly/experimental/Gen.h deleted file mode 100644 index 3142b541..00000000 --- a/folly/experimental/Gen.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright 2014 Facebook, Inc. - * - * 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. - */ -#pragma message "folly::gen has moved to folly/gen/*.h" -#include "folly/gen/Base.h" diff --git a/folly/experimental/StringGen.h b/folly/experimental/StringGen.h deleted file mode 100644 index c8a6571c..00000000 --- a/folly/experimental/StringGen.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright 2014 Facebook, Inc. - * - * 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. - */ -#pragma message "folly::gen has moved to folly/gen/*.h" -#include "folly/gen/String.h" -- 2.34.1