diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-08-26 23:38:31 +0200 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2020-08-26 23:38:31 +0200 |
commit | 3564ad18bff3c5b581fd6eadd08a6b15ca593151 (patch) | |
tree | 9f8fa710cc00e3377d9dd1600f40a2e1c171b45f /src/common/Utilities/Util.h | |
parent | cd30e0b86ce6ee88386a91cebdf353fc55805c57 (diff) |
cd30e0b follow-up (I could've sworn I pushed that to the PR branch. Sorry, Shauren.)
Diffstat (limited to 'src/common/Utilities/Util.h')
-rw-r--r-- | src/common/Utilities/Util.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/Utilities/Util.h b/src/common/Utilities/Util.h index c22584d970d..b3e37424a09 100644 --- a/src/common/Utilities/Util.h +++ b/src/common/Utilities/Util.h @@ -559,13 +559,4 @@ Ret* Coalesce(T1* first, T*... rest) return static_cast<Ret*>(first); } -namespace Trinity -{ - template <typename T> - struct dependant_false { static constexpr bool value = false; }; - - template <typename T> - constexpr bool dependant_false_v = dependant_false<T>::value; -} - #endif |