Commit 3975849d authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Remove the folly/Assume.h shim

Summary: The shim existed so that hhvm-third-party could be updated, and it has been, so it's time to remove the shim.

Reviewed By: yfeldblum

Differential Revision: D6590439

fbshipit-source-id: 3e1b039c1df6cf1e74102f7b7b26aa90fae31ec0
parent 9cb50022
/*
* Copyright 2017 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.
*/
#include <folly/lang/Assume.h> // @shim
...@@ -27,7 +27,6 @@ lib_LTLIBRARIES = \ ...@@ -27,7 +27,6 @@ lib_LTLIBRARIES = \
follyincludedir = $(includedir)/folly follyincludedir = $(includedir)/folly
nobase_follyinclude_HEADERS = \ nobase_follyinclude_HEADERS = \
Assume.h \
AtomicBitSet.h \ AtomicBitSet.h \
AtomicHashArray.h \ AtomicHashArray.h \
AtomicHashArray-inl.h \ AtomicHashArray-inl.h \
......
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
#include <typeinfo> #include <typeinfo>
#include <utility> #include <utility>
#include <folly/Assume.h>
#include <folly/CppAttributes.h> #include <folly/CppAttributes.h>
#include <folly/Traits.h> #include <folly/Traits.h>
#include <folly/detail/TypeList.h> #include <folly/detail/TypeList.h>
#include <folly/lang/Assume.h>
#if !defined(__cpp_inline_variables) #if !defined(__cpp_inline_variables)
#define FOLLY_INLINE_CONSTEXPR constexpr #define FOLLY_INLINE_CONSTEXPR constexpr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment