0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 00:27:55 +08:00

Removed a type-dependent false type that is no longer used.

This commit is contained in:
Blake Martin 2017-08-22 16:31:52 -05:00
parent 88a401a280
commit d8f2663e01

View File

@ -146,10 +146,6 @@ namespace profiler {
# endif
#endif
template <typename T>
struct False : std::false_type {};
//! Checks if a pointer is aligned.
//! \param ptr The pointer to check.
//! \param alignment The alignement (must be a power of 2)