From: Tom Jackson Date: Fri, 7 Feb 2014 18:55:14 +0000 (-0800) Subject: Removing redirects X-Git-Tag: v0.22.0~697 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0a906712cc42a4bd7268b3e4a3eea53d18473306;p=folly.git Removing redirects Test Plan: contbuild Reviewed By: philipp@fb.com FB internal diff: D1164211 --- 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"